Link to this page
Print this page
Parent topic
:
Stored procedure call with Microsoft SQL Server
Calling stored procedures with supported databases
/
Stored procedure call with Microsoft SQL Server
Stored procedures with return code
SQL Server stored procedures can return integer values. To get the return value of a stored procedure, you must use an assignment expression in the ODBC
call
escape sequence:
PREPARE stmt FROM "{ ? = call proc3(?,?,?) }"