MySQL Forums
Forum List  »  PHP

Re: Creating a table on another server based upon local table
Posted by: Rupak Pasari
Date: April 08, 2006 09:06AM

Try this,

you have the connection objects for both the servers.

First create the table in the remote server.
Then query the recordsets from the home server table and in a loop insert them in the remote sever table. Be careful to specify the correct connection object when querying and insrting the records.

Options: ReplyQuote


Subject
Written By
Posted
Re: Creating a table on another server based upon local table
April 08, 2006 09:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.