Returns the parse error offset. 
Class
TOraDataSet
 Syntax
function ErrorOffset: integer;
Return Value
the parse error offset.
Remarks
Call the ErrorOffset method to return the parse error offset for a SQL statement. Check ErrorOffset after TOraDataSet raises an exception. 
See Also