logo  
Google
 

DB2 SQL-Error: -496

SQLState: 51033

Short Description: THE SQL STATEMENT CANNOT BE EXECUTED BECAUSE IT REFERENCES A RESULT SET THAT WAS NOT CREATED BY THE CURRENT SERVER

The SQL statement cannot be executed because the current server is different from the server that called a stored procedure. The SQL statement can be any of the following: v ALLOCATE CURSOR v DESCRIBE CURSOR v FETCH (using an allocated cursor) v CLOSE (using an allocated cursor)System action: The statement cannot be executed. Programmer response: Connect to the server that called the stored procedure which created the result set before running the SQL statement that failed.

 <-  BACK TO INDEX