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 via email to