Hi
I'm sure this is probably a very easy thing to do, but here it goes. I have an xml file that i'm able to load into a dataset and then load into a dbgrid. What i would like to do then (once the dataset is loaded from an XML file) is to update the database.
Google tells me that i have to use a data adapter, but i noticed that everytime you use a data adapter you have to run a SQL query, which in my case would defeat the purpose since i created the xml file to make changes and then intend to upload to the database server. So the process would go something like this:
fill dataset from database at office -->save to xml file--->modify xml file at home-->load modified xml file into dataset-->update database with changes.
Can anyone help?
I'm sure this is probably a very easy thing to do, but here it goes. I have an xml file that i'm able to load into a dataset and then load into a dbgrid. What i would like to do then (once the dataset is loaded from an XML file) is to update the database.
Google tells me that i have to use a data adapter, but i noticed that everytime you use a data adapter you have to run a SQL query, which in my case would defeat the purpose since i created the xml file to make changes and then intend to upload to the database server. So the process would go something like this:
fill dataset from database at office -->save to xml file--->modify xml file at home-->load modified xml file into dataset-->update database with changes.
Can anyone help?