ARS0013E DB Error: db_text -- SQLSTATE=sqlstate, SQLCODE=sqlcode, File=file, Line=line
Explanation
The database failed and provided the given information. The messages and codes publication for the database manager product that you are using might provide additional information, including information about database errors and SQL return codes.Example:
DB Error: Column PATIENT# not in specified tables. --
SQLSTATE=42703, SQLCODE=-206, File=arsdoc.c,
Line=624
DB Error: Row not found for UPDATE. --
SQLSTATE=02000, SQLCODE=100, File=arsdoc.c,
Line=1682
DB Error: Warning: Unexpected SQL_NO_DATA --
SQLSTATE=Not Defined, SQLCODE=100, File=arsdoc.c,
Line=1718