Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2000121

[PHP-DB] Creating tables on the fly From: Fábio Ottolini (fabio.ottolini <email protected>)
Date: 12/04/00

Dear All,

At home I have MySQL 3.23.27 but at the server I will host my application
the have version MySQL 3.22.19. This means that I cannot use a query like
"CREATE TABLE $tblname SELECT * FROM $tblname_ant;", because as far as I
know this was implemented just after version 3.23.* and MySQL running on the
host server is returning and error message anyway. Which is the best way to
create a new table on the fly using another one as a model with this
restriction?

Best regards,

Fábio Ottolini

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>