A
adrian
Hil all
Following Problem:
I want to update data in an oracle database from an xml file. That
means the operation should perform an insert or update on the data in
the database if either the data in the xml is new or different from
the one in the database.
For this i have read the article 'Synchronizing a DataSet with an
XmlDataDocument' in the Visual Studio .NET 2003 combined collection.
But I think there is not written what I need? Because this article
describes how to synchronize a XMLDataDocument with an DataSet or
DataSet with a XMLDataDocument but it does not describe how to update
the data in the dataSet.
Thank you for your help.
Adrian
Following Problem:
I want to update data in an oracle database from an xml file. That
means the operation should perform an insert or update on the data in
the database if either the data in the xml is new or different from
the one in the database.
For this i have read the article 'Synchronizing a DataSet with an
XmlDataDocument' in the Visual Studio .NET 2003 combined collection.
But I think there is not written what I need? Because this article
describes how to synchronize a XMLDataDocument with an DataSet or
DataSet with a XMLDataDocument but it does not describe how to update
the data in the dataSet.
Thank you for your help.
Adrian