| Author |
Synchronizing Databases
|
Drew Lane
Ranch Hand
Joined: May 13, 2001
Posts: 296
|
|
Does anyone have any suggestions for keeping my local database synchronized with the database on my server? I'm using mySQL and I find myself re-entering data on the server to keep it in sync with my local development database. I have tried exporting/importing data, but this is a hassle and I sometimes get errors doing this. How do people generally handle this? Thanks, Drew
|
 |
sharad goswami
Ranch Hand
Joined: Jan 18, 2001
Posts: 51
|
|
|
In case your are using mssql serve then just schedule the dowload to synchorinize otherwise use class that will automaticall compare and update databases when you are online.
|
Stop The World I Want To Get Off.
|
 |
 |
|
|
subject: Synchronizing Databases
|
|
|