hi plz help me doing joining of 2 tables
i have 2 tables tbl_a(id, name) and tbl_b(lastname, did)
in tbl_a id is primary key and tbl_b did is primary key.., no foreign key here.
both tables are completely separate under one schema., can any body help me how to display
(id,name,lastname) in a grid view..??
i have 2 tables tbl_a(id, name) and tbl_b(lastname, did)
in tbl_a id is primary key and tbl_b did is primary key.., no foreign key here.
both tables are completely separate under one schema., can any body help me how to display
(id,name,lastname) in a grid view..??