If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > How to overcome MySQL Stored Proc Limitation?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-13-04, 14:27
nawal nawal is offline
Registered User
 
Join Date: Mar 2004
Location: India
Posts: 2
Question How to overcome MySQL Stored Proc Limitation?

Dear All,

On executing a Stored Procedure (in MySQL 5.0.0-alpha) containing multiple Select statements, I get the error
"SELECT in a stored procedure must have INTO".

I found that this is a MyODBC bug.
http://bugs.mysql.com/bug.php?id=2273
and
http://bugs.mysql.com/bug.php?id=2658

Mark Matthews has suggested to use the client flag 'CLIENT_MULTI_RESULTS'
until we get the 'MyODBC 3.53' Release.

Can someone help me in using it?

I wish to Call the Stored Procedure from my C++ as well as VB code through ADO.

Any input would be of immense help.

Thanks,
Nawal Lodha.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On