Page 1 of 1

Database auto update

Posted: Wed Apr 05, 2006 2:22 am
by navid
Dear All
I have a application on my localnetwork and a web site on www
I local use sql server and in www use mysql


when the clinet login into local database and change the database ,
We will change the www database automatically Now .

i will use the XML, CVS and such as this technologies
please, help me to find a good solution.

Posted: Wed Apr 05, 2006 3:25 am
by feyd
replication?

Posted: Wed Apr 05, 2006 3:30 am
by navid
feyd wrote:replication?
Yes,Please
Can u help to me ?

Posted: Wed Apr 05, 2006 9:47 am
by feyd
Replication won't use XML or CVS (CSV?) normally. You'll need to read up on replication support with the database(s) you're using. If they are different versions or different databases managers you may need to create a translation script.