SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-16
Semantic Analysis (0201-000100—0201-022306)
0201-001702
Cause. SQLJ received an error message from the database while obtaining metadata
information.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Examine the database error message. For details, see the SQL/MX
Messages Manual. If the error recurs, report the entire message to your service
provider.
0201-001800
Cause. The SQLJ parser could not parse an SQL statement.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax of the SQL statement and resubmit. For details, see the
SQL/MX Reference Manual.
0201-001900
Cause. The SQLJ translator received an error from the database while executing a
SELECT statement that has a WHERE clause.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax of the WHERE clause and resubmit. For details, see the
SQL/MX Reference Manual.
0201-002000
Cause. An invalid CAST cast-type was located for the iterator (bind) variable.
Effect. The SQLJ translator fails during semantic analysis.
[0201-001702] Unable to check SQL query. Error returned by
database is:
error-message
[0201-001800] Unable to check SQL statement. Could not parse
the SQL statement.
[0201-001900] Unable to check WHERE clause. Error returned by
database is:
error-message
[0201-002000] Invalid cast: Bind type cast-type is either not
supported by SQLJ or incompatible with target SQL type.