Sync tables between different database providers
Posted
by sergiogx
on Stack Overflow
See other posts from Stack Overflow
or by sergiogx
Published on 2010-05-26T18:50:34Z
Indexed on
2010/05/27
5:11 UTC
Read the original article
Hit count: 176
I have 2 tables in 2 different databases, one is in a mysql server and one is in an informix server.
Using .net and odbc, is there a way to identify the differences of both tables and merge them? so that both informix database and mysql database have the same data.
thanks.
© Stack Overflow or respective owner