TableAdpaters and tables

pachjo

Well-known member
Joined
Dec 12, 2006
Messages
370
Programming Experience
10+
Hi, could someone advise me please on the best use of table adapters?

Currently I create a new table adapter for each table I want to access plus a datatable to hold the data.

Am I doing this wrong? Should I be only having 1 table adapter and use it to populate all the tables?

Thanks
 
Back
Top