EPUB | CHM | PDF

EPSQLDatabaseError.Properties.ErrorPos

Top Previous Next

To get position of error within SQL statement executed.

Syntax:

property ErrorPos: string;

Description:

A string containing a decimal integer indicating an error cursor position as an index into the original statement string. The first character has index 1, and positions are measured in characters not bytes.