F
foobar
Okay, I have created a Customers class. This class allows a user to select
and update the customers table on an Sql Server database. I can retrieve
the datatable generated by the class. Make changes to the table. Pass the
table back to the class and update the backend with no problem However,
here is my problem: After writing the table to xml using
ds.writexml("path") and editing the document i then read the data into a
dataset and then try to update the back-end using the edited xml document.
The process errors and says i need and Insert command. Well - I should need
an insert. It is an update! What is going on?
and update the customers table on an Sql Server database. I can retrieve
the datatable generated by the class. Make changes to the table. Pass the
table back to the class and update the backend with no problem However,
here is my problem: After writing the table to xml using
ds.writexml("path") and editing the document i then read the data into a
dataset and then try to update the back-end using the edited xml document.
The process errors and says i need and Insert command. Well - I should need
an insert. It is an update! What is going on?