On Thu, 23 Aug 2001 16:07, nafiseh saberi wrote:
> hi.
> I want to transfer tables to another database.
> how??
>
> thanks.

Without knowing what DB package you are using - use whatever tool you 
have (in mysql it's mysqldump) to dump the data, then use ? to reload it 
into the new database; assuming that you are staying with the same DB 
package.

Alternatively, you could use PHP (just to keep on topic) to read records 
from the tables in the 'old' database and write to the 'new' database.

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   Time was invented by an Irish guy named O'Clock.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to