You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql:fetch(poolid, <<"call demo.test_return_result_set();">>).
{error,{mysql_result,[],[],0,
<<"#0A000PROCEDURE demo.test_return_result_set can't return a result set in the given context">>}}
CLIENT_MULTI_RESULTS and CLIENT_MULTI_STATEMENTS are not supported?
The text was updated successfully, but these errors were encountered:
call_sp_insert_draw_info,PROCEDURE pokergamelog.sp_insert_draw_info can't return a result set in the given context,1312,0A000
It seems that the drive doesn't support return a result set for store procedure?
mysql:fetch(poolid, <<"call demo.test_return_result_set();">>).
{error,{mysql_result,[],[],0,
<<"#0A000PROCEDURE demo.test_return_result_set can't return a result set in the given context">>}}
CLIENT_MULTI_RESULTS and CLIENT_MULTI_STATEMENTS are not supported?
The text was updated successfully, but these errors were encountered: