Re: [PHP-DB] odbc_exec and error handling in transact sql

2001-04-05 Thread Ilse
Hallo Renze, Bedankt voor je reactie. The problem is that the stored procedure in the odbc_exec didn't went wrong. It encountered an error, handled it and finished the final part of the code successfully. Unfortunately, the odbc_exec returns false. The stored procedure has an output parameter wh

Re: [PHP-DB] odbc_exec and error handling in transact sql

2001-04-05 Thread Renze Munnik
Ilse wrote: > > Hello, > > I have a problem with odbc_exec in combination with error handling in my > stored procedure on sql server7. > > When an error in the stored procedure occurs, the procedure finishes with no > problems but the return value of the odbc_exec function is false. The > probl

[PHP-DB] odbc_exec and error handling in transact sql

2001-04-05 Thread Ilse
Hello, I have a problem with odbc_exec in combination with error handling in my stored procedure on sql server7. When an error in the stored procedure occurs, the procedure finishes with no problems but the return value of the odbc_exec function is false. The problem with this false return value