Update database using DataAdapter for DataSet populated from XML file?
- From: NorCan <NorCan@xxxxxxxxxxxx>
- Date: Mon, 03 Oct 2005 12:54:15 +0200
Hi,
I have an XML file with data which I am reading into a dataset. I want to make changes to a table in my database based on values from the dataset. These changes can include updates, inserts and deletes.
I would like to use a DataAdapter (odbc) to do the update.
However, my dataset was not filled using the DataAdapter... how can I make use of the DataAdapter to update the datasource in this scenario?
Regards, Frode .
- Follow-Ups:
- Re: Update database using DataAdapter for DataSet populated from XML file?
- From: W.G. Ryan MVP
- Re: Update database using DataAdapter for DataSet populated from XML file?
- Prev by Date: RE: Lock MSSQL Table Row?
- Next by Date: Re: Update database using DataAdapter for DataSet populated from XML file?
- Previous by thread: RE: Lock MSSQL Table Row?
- Next by thread: Re: Update database using DataAdapter for DataSet populated from XML file?
- Index(es):
Relevant Pages
|