GetSQLErrorOffset function

Synopsis
ul_s_long ULSqlcaBase::GetSQLErrorOffset()
Remarks

Gets the error offset in dynamic SQL statement.

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.