View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 11:29 AM
Mauro
 
Posts: n/a
Default Copy data from MsSql database to a MySql database in batch mode.

Hi all,
anyone can say me something for give me the right way in obtain what i put
in the object?
The batch procedure must run on a Linux Box.
In this linux box, there are operative php page that read from the MsSql
database, and all works good (mssql_connect,
mssql_select_db .... )
What i need is create a copy of some tables from the MsSql db to one new
MySql db.
The MySql db can be renew all the time that the batch procedure run.
Thanks at all for your collaboration,
regards,
Mauro.


Reply With Quote