Returns a row and column of parse error for a SQL statement.
procedure GetErrorPos(var Row: integer; var Col: integer);
Call the GetErrorPos method to return a row and column of parse error for a SQL statement. Use GetErrorPos after TOraDataSet raises an exception.