stevec
March 13th, 2003, 03:50 PM
I have an application that reads a xml file into a DataSet. I can see the DataSet has the table name and proper column names and values. I am searching for a way to insert this entire DataSet into an MSAccess table. I have been using the OleDBAdapter, but this appears to be more useful for loading a DataSet from a table and modifying it. Any help is greatly appreciated.