Database auto update

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

Database auto update

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

replication?
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

Post by navid »

feyd wrote:replication?
Yes,Please
Can u help to me ?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply