Multiple DataAdapters
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hi all I have a database with multiple tables I want to fill my DataSet. must I use DataAdapter for each table in my database ? is this the best way ?
-
hi all I have a database with multiple tables I want to fill my DataSet. must I use DataAdapter for each table in my database ? is this the best way ?
-
hi all I have a database with multiple tables I want to fill my DataSet. must I use DataAdapter for each table in my database ? is this the best way ?
Best not to use DataSets and DataAdapters at all. :-D