J
José Pérez Hernández
Hi,
I have two exacts databases, but phisically distant and without direct
connection. I want data be transported from one place to another. The
process that i'm doing to achieve that is loading a DataSet from source
database, writting schema to an XSD file, writting data to an XML file
sending them by any mean (email as first attempt) and in the other point,
receiving the XMLs, loading DataSet and update to a destination database.
I have done almost everything , but i have troubles with the last part of
the process. How i can say that the changes in the DataSet must be updated
in the destination database?
Will i have troubles with the relations of the tables ?
Regards, José.
I have two exacts databases, but phisically distant and without direct
connection. I want data be transported from one place to another. The
process that i'm doing to achieve that is loading a DataSet from source
database, writting schema to an XSD file, writting data to an XML file
sending them by any mean (email as first attempt) and in the other point,
receiving the XMLs, loading DataSet and update to a destination database.
I have done almost everything , but i have troubles with the last part of
the process. How i can say that the changes in the DataSet must be updated
in the destination database?
Will i have troubles with the relations of the tables ?
Regards, José.