In Delphi XE I use ADO and SQL Server databases.
I have two almost identical databases in two different servers. The tables in the first server are being updated and inserting new rows. The tables in the second server should be updated with newly added and newly updated data from the first server tables. Now I query data from the first server using last id and last update date from the second server, make queries in do while cycle for inserting and for updating data.
Is it possible to compose a query in ADO to insert data from other server in one ADOquery and to update data from other server in one ADOquery?
transactionscopeavailable, that question is about c#