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 is that i, because of that, not the output parameter of the stored procedure can access through odbc_result. Does anybody know a sollution? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]