![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have to call a stored procedure with mysql++. The procedure is something like Procedure proc( firstparam varchar(20), second param varchar(20) ) begin [some code] select firstReturn, secondReturn; end So, i am calling this stored procedure with Query.store() with the sql "call proc('one','two')". It returns me an exception , telling me that the procedure can't return a result set. How to use stored procedure that retruns some parameters with mysql++ ? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |