7. Embedded SQL for Pascal
:
The SQL Communications Area
:
Error Handling Using the SQLCA
Share this page
Error Handling Using the SQLCA
Error handling with the SQLCA can be done implicitly by using
whenever
statements, or explicitly by checking the contents of the SQLCA fields
sqlcode
,
sqlerrd
, and
sqlwarn0
.