MySQL Forums
Forum List  »  MyISAM

Re: Error while creating tables and using them on the fly..
Posted by: Ingo Strüwing
Date: February 20, 2006 05:02AM

Hi.

I do not see the relation to the MyISAM storage engine. You might get better replies on the "JDBC" forum.

To create a temporary table use "Create Temporary Table xxx...." instead of "Create Table xxx....".

Further investigation of the problem requires the exact SQL statements used. If the above does not help you, please turn on the trace facility before repeating your test.

Regards

Ingo Strüwing, Senior Software Developer - Storage Engines
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error while creating tables and using them on the fly..
1925
February 20, 2006 05:02AM


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.