SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-91
SQLJ Run-Time Messages
SQLSTATE 02000
Cause. You tried to select a row into a host variable, but there is no row in the table.
Effect. SQLJ cannot execute this statement.
Recovery. Verify that a single row exists in the table for the INTO clause and resubmit.
SQLSTATE 08000
Cause. The SQLJ run time found a Null execution context.
Effect. SQLJ cannot execute this statement.
Recovery. Report the entire message to your service provider.
SQLSTATE 08000
Cause. The SQLJ run time encountered an exception while trying to access the profile
of a connection context. For example, you might be trying to use an already closed
connection context.
Effect. SQLJ cannot execute this statement.
Recovery. Correct the program and resubmit. If the error recurs, report the entire
message to your service provider.
SQLSTATE 08000
Cause. The SQLJ run time found a Null JDBC connection for a connection context
instance.
Effect. SQLJ cannot execute this statement.
Recovery. Verify that the JDBC driver exists. If the error recurs, report the entire
message to your service provider.
no rows found for select into statement
found null execution context
no connected profile associated with the context, possibly a
closed context
null JDBC connection