
1-50
Status Codes
application allows substitution variables, refer to the documentation
included with the application to determine how to use them.
-109: The view contains no more records
The beginning or the end of the view has been reached.
-110: The GRANT statement completed successfully
The MicroKernel assigned the specified rights to the user or group.
-111: The REVOKE statement completed successfully
The MicroKernel revoked the specified rights from the user or group.
-112: The START TRANSACTION statement completed
successfully
The MicroKernel has begun a transaction. All subsequent statements
that you issue are part of this transaction until you issue either a
COMMIT WORK or a ROLLBACK WORK statement. For a
savepoint, the SAVEPOINT label remains in effect until you
explicitly release or roll back to that label, or until the end of any
outer transaction within which the savepoint is nested.
-113: The COMMIT WORK statement completed
successfully
The MicroKernel committed the changes made by your transaction
to the data tables. You can no longer undo the changes with a
ROLLBACK WORK statement. For a RELEASE SAVEPOINT
statement, any changes made since the savepoint was declared can no
longer be rolled back separately. They can only be committed or
rolled back as part of an outer transaction.
-114: The ROLLBACK WORK statement completed
successfully
The MicroKernel reversed the changes you made during the
transaction except for any changes you made with operations that
are not affected by transaction processing. If you perform one of the
following operations within a transaction, the MicroKernel
completes the operation, but you cannot roll back the results:
Kommentare zu diesen Handbüchern