Hi,
I want to call a stored proc of an MS SQL Sever 2000 and receive its return value. I use the following code:
$cmd = '{?=call nsp_jmb_test(\'ICIY\',0815,99765432)}';
$db->Run($cmd);
there I receive an Error:
911[Microsoft][ODBC SQL Server Driver] ...
What is my mistake??
Please help.
Thanks in advance
Jens.