2
Answers

One dataview from dataset but two table

Manoj Patel

Manoj Patel

11y
1.3k
1
Hi

can i use this way

Dim dv as New DataView=Dataset("select * from table1,table2 where table1.id=tablel2.id")


Answers (2)