1.what is the difference between Typed Dataset and Stongly typed.Dataset.
2.Can DataAdapter hold more than one table.
help expected
PPCC
Printable View
1.what is the difference between Typed Dataset and Stongly typed.Dataset.
2.Can DataAdapter hold more than one table.
help expected
PPCC
Pretty sure these terms are identical.Quote:
1.what is the difference between Typed Dataset and Stongly typed.Dataset.
Actually a DataAdapter can't hold any tables or anything else for that matter. But if you meant DataSet, then yes it can hold more than one table.Quote:
2.Can DataAdapter hold more than one table.
I got it..Quote:
Originally posted by pvb
Pretty sure these terms are identical.
Actually a DataAdapter can't hold any tables or anything else for that matter. But if you meant DataSet, then yes it can hold more than one table.