Skip to content

OnSQLError - cBaseSQLExecutor

Called if an ODBC error occurs

Type: Procedure

Parameters

Parameter Type Description
sSQLState String
sSQLMessage String

Syntax

Procedure OnSQLError String sSQLState String sSQLMessage

Call Example

Send OnSQLError sSQLState sSQLMessage

Description

OnSQLError is called if an ODBC error occurs.

The global Err flag will also be set.