On Monday 03 February 2003 23:20, Dana Shields wrote:
> I've got a beginner's question: I've installed SQL Server, and begun
> building tables; when I create a new table, the table type is defaulting to
> MyISAM. I wanted to change it to InnoDB, but everytime I save it, it
> reverts back to MyISAM.
>From the downloads page:
"The Windows download contains both the Standard and Max server binaries. It
also contains a version of the command-line client which uses the Cygwin
library to provide command history and editing. Source code for the version
of Cygwin we have used is available on this pag
Take a look at http://www.mysql.com/doc/en/NT_start.html. And about
innodb tables you can read http://www.innodb.com/ibman.html.
[EMAIL PROTECTED] wrote:
I've got a beginner's question: I've installed SQL Server, and begun
building tables; when I create a new table, the table type is defaulting