K
Karl
Hi
I have a dataset with one simple table. I use writeXml method to get the
data as xml, then export it to another app, change the data, and then I get
the Xml back. The problem is to merge/update the Xml data back to a normal
dataset, and then back to the database.
The Xml I get in return from the other app is correct. When I try
dataSet.merge, the records never enters the dataset, and I get no exception
to help me pinpointing the problem.
Anyone knows how to accoplish this?
regards
Karl
I have a dataset with one simple table. I use writeXml method to get the
data as xml, then export it to another app, change the data, and then I get
the Xml back. The problem is to merge/update the Xml data back to a normal
dataset, and then back to the database.
The Xml I get in return from the other app is correct. When I try
dataSet.merge, the records never enters the dataset, and I get no exception
to help me pinpointing the problem.
Anyone knows how to accoplish this?
regards
Karl