What first occurs to me is to write the data out to a comma delimited file (with the first row containing the field names), then use Accessâ importation capabilities.
Iâm not sure what the process is for creating a new table in a .NET dataset then saving that table is, but it certainly seems that you ought to be able to use the 2nd half of that despite having not actually just created the table...
|