If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
-910 THE SQL STATEMENT CANNOT ACCESS AN OBJECT ON WHICH A DROP OR ALTER
IS PENDING
Explanation: The application program has issued a DROP or ALTER against
an object, and then attempted to access that object before the DROP or
ALTER is completed.
Programmer Response: In the case of ALTER, the logic of the application
program must be modified so that a COMMIT (or the IMS or CICS equivalent)
is executed between the ALTER and the failing SQL statement.