Re: Data transfer

2008-04-13 Thread Krishna Chandra Prajapati
Development server has multiple databases. On Fri, Apr 11, 2008 at 3:07 PM, Ananda Kumar [EMAIL PROTECTED] wrote: does your development server have only one database or multiple database. regards anandkl On 4/11/08, Krishna Chandra Prajapati [EMAIL PROTECTED] wrote: Hi, What ever

Re: Data transfer

2008-04-11 Thread Ananda Kumar
does your development server have only one database or multiple database. regards anandkl On 4/11/08, Krishna Chandra Prajapati [EMAIL PROTECTED] wrote: Hi, What ever queries are executed on 5 mysql server with multiple database (more than one database on each mysql server). I have to

RE: Data transfer

2008-04-11 Thread Muthukumar-Fijilive
HI Option 1 If you are using PHP, you can do this very simply using CRON task. Make a field for to update either your first operation is successful (eg. Update the field value to 1 ). Run a CRON job in particular interval if the field updated as 1 then call your second operation query and make

RE: Data transfer

2008-04-11 Thread Muthukumar Selvarasu
HI Option 1 If you are using PHP, you can do this very simply using CRON task. Make a field for to update either your first operation is successful (eg. Update the field value to 1 ). Run a CRON job in particular interval if the field updated as 1 then call your second operation query and make