Version 6.3.8 for UNIX
 —  Messages and Codes  —

Natural System Error Messages 3701-3750

NAT3739: SQLDISCONNECT not allowed while a transaction is open.

Text SQLDISCONNECT not allowed while a transaction is open.
Expl. SQLDISCONNECT cannot be executed while a transaction is open.
Actn. Issue END TRANSACTION or BACKOUT TRANSACTION before executing
SQLDISCONNECT.

NAT3740: Syntax error found in SQLDISCONNECT statement.

Text Syntax error found in SQLDISCONNECT statement.
Expl. A syntax error was detected in an SQLDISCONNECT statement.
Actn. Correct the SQLDISCONNECT statement.

NAT3741: Already connected to SQL database.

Text Already connected to SQL database.
Expl. SQLCONNECT failed, because a connection to an SQL database is
already established.
Actn. Close the existing connection with SQLDISCONNECT before
executing SQLCONNECT.

NAT3742: Syntax error found in SQLCONNECT statement.

Text Syntax error found in SQLCONNECT statement.
Expl. A syntax error was detected in an SQLCONNECT statement.
Actn. Correct the SQLCONNECT statement.

NAT3743: SQL date/time conversion failed.

Text SQL date/time conversion failed.
Expl. SQL date/time conversion failed, because the data to be converted
do not correspond to the date/time conversion mask.
Actn. Check the mask for SQL date/time conversion which is specified for
this DBID.

Top of page