RobEmDee
Well-known member
I have read in several places (including MS Press "ADO.NET") that it is much more efficient to programmatically create the DataTables you need and then add them to the DataSet as opposed to having the DataAdapter create them for you. My question is, what would then be the most efficient way to populate the DataTables.....if they are already created, will the DataAdapter simply populate them and not effect the DataTable structure?
Thanks for your input.
Thanks for your input.