ST_DBSQLError
VAR_INPUT
TYPE ST_DBSQLError :
STRUCT
sSQLState : STRING(5);
nSQLErrorCode: DINT;
END_STRUCT
END_TYPE
sSQLState: Contains the 5-character error code, which is based on the SQL ANSI standard.
nSQLErrorCode: Returns a database-specific error code.
If no error has occurred, the structure contains the following values:
sSQLState := '00000';
nSQLErrorCode := 0;
Requirements
Development environment |
Target platform |
PLC libraries to be linked |
---|---|---|
TwinCAT v3.0.0 |
PC or CX (x86) |
Tc2_Database |