ODAC

TOraDataSet.GetErrorPos Method

Returns a row and column of parse error for a SQL statement.

Class

TOraDataSet

Syntax

procedure GetErrorPos(var Row: integer; var Col: integer);

Parameters
Row
Holds the row number.
Col
Holds the column number.

Remarks

Call the GetErrorPos method to return a row and column of parse error for a SQL statement. Use GetErrorPos after TOraDataSet raises an exception.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback