GetSQLErrorOffset function

Gets the error offset in dynamic SQL statement.

Syntax
ul_s_long ULSqlcaBase::GetSQLErrorOffset()
Returns
  • When applicable, the return value is the offset into the associated dynamic SQL statement (which is then passed to the PrepareStatement function) that corresponds to the current error.

  • When not applicable, the return value is -1.