Obtains zero-based starting byte position of a parse error detected by an Oracle server while processing SQL statement.
function ErrorOffset: integer;
Call the ErrorOffset method to obtain zero-based starting byte position of a parse error detected by an Oracle server while processing SQL statement.
Note that statements which are longer than 64KB will have unpredictable effect on the ErrorOffset value. Refer to Programmer's Guide to the Oracle Call Interface for further information.