LINQ???

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I don't have my book with me today...
but I thought I saw a sample in the book that .. I have one dataset.. two
tables.... columns are identicaly.. with the exception of a few column
names, but column types are the same
with the dataset I should be about to a querry againt it such as something
like
select * from table_a x
where not exists
(select * from table_b where x.[pk]=[pk])


I would put the results into another table in that dataset.. to do other
things with.. such as insert data from table a into b to bring table b
update.. or color the rows in table a that have been modified or added ..
any help would be great.
Thanks.. Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top