Filter data from two tables and display them on to a data gridview C#

37 Views Asked by At

if i have two tables such as books burrowed and books returned in sql . ex;a person burrows 5 books A,B,C,D,E,F (this is stored in burrowed table) then he returned 3 books A,B,E (this is stored in returned table) how do i get the books he haven't returned (C,D,F) to a data grid view. Can some one say me the code

0

There are 0 best solutions below