Using the OLEDBDataAdapter object, you import the data into a data set from Access 97, and specify the OLEDBDataAdapter to update the Excel. How you do this is using the DataAdapter.Update() statement, which updates the data source in Excel. Now, you have to do mappings to connect the dataset to the new data source. Take a look at the Update statement in the MSDN, as well as the OLEDBDataAdapter.
Brian
|