BD writes:

> I'm just started using PHP so maybe I'm doing something silly here, but for 
> some reason I can't create an InnoDb table from within a PHP script.
> The same script can create a MYSIAM table just fine when "Type=MyISAM", but 
> when the table type is "Type=InnoDb" then the query fails. MySQL.Err has 
> not reported any errors. I'm using MySQL  3.23.42-max-nt with Apache on a 
> Win2k box.

Odd. You really ought to have a look at the error message, though.
(hint: use mysql_error().) It could be something as simple as a
syntax error due to a typo or something like that.

//C

-- 
 Carl Troein - Círdan / Istari-PixelMagic - UIN 16353280
 [EMAIL PROTECTED] | http://pixelmagic.dyndns.org/~cirdan/
 Amiga user since '89, and damned proud of it too.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to