PREPARED STATEMENTS WITH HANDLER STATEMENT
Posted by: Cuffiette
Date: May 05, 2005 04:51AM

Hi everybody,
I'm writing a library to emulate a lecagy ISAM API with mysql, using the HANLDER statement to emulate INDEX operations (NEXT,PREVIOUS and so on like the ISAM API)

With the normal C API all works correctly, instead with the new prepared statement C API the HANDLER statement is not yet supported.

My question is: For the future, will the prepared statement C API support HANDLER statement also ?

This important for me because I have found that new prepared statement C API is faster than old one (above all binary protocol and multiple executions)

Thanks very much.
Federico

Options: ReplyQuote


Subject
Views
Written By
Posted
PREPARED STATEMENTS WITH HANDLER STATEMENT
1229
May 05, 2005 04:51AM


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.