How to access multiple tables in VB.NET?
We have 4 tables(in MSAccess) of which one is not related to any other table.
To access all the 4 tables from a windows form should we have more than one data adapter and data set?
OR
Can we have independent data adapters and sets for each table?
Pls let me know in detail.
