MySQL Forums
Forum List  »  Newbie

mysql stored procedure - returning cursors
Posted by: Abhra Haldar
Date: July 26, 2005 06:22AM

Hi everyone:

I'm new to MySQL 5.0, and am trying to use it with the latest Connector/J driver.

I've been trying to figure out how to return a cursor (or even just a single matching record) from a MySQL stored procedure. My plan is to then stick that into a JDBC ResultSet returned from the CallableStatement.

Is this even possible? I haven't found anything on the Web that would suggest this. Otherwise, I guess I could always just put each column value into a separate OUT parameter.

Options: ReplyQuote


Subject
Written By
Posted
mysql stored procedure - returning cursors
July 26, 2005 06:22AM


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.