MySQL Forums
Forum List  »  General

Re: "This command is not supported in the prepared statement protocol yet"
Posted by: Harrison Fisk
Date: November 02, 2004 10:53AM

Hi,

Prepared statements are restricted to only a few category of statements. The type of queries that they work on is limited to DML (INSERT, REPLACE, UPDATE, and DELETE), CREATE TABLE, and SELECT queries. Support for additional query types will be added in further versions, to make the prepared statements API more general.


Why would you want to use the prepared statement API for things like CREATE UNIQUE KEY? Is it something that you use repeatedly in your application?

Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com

Options: ReplyQuote




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.