Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

LastServerErrPos Property

See Also

Applies To

OraDatabase

Description

Returns the position in a SQL statement at which a parse error occurred. Not available at design time and read-only at run time.

Usage

error_pos = oradatabase.LastServerErrPos

Remarks

LastServerErrPos returns 0 if no SQL statements have been parsed, -1 if the last parse was successful, and >= 0 if the last parse failed. Parsing is done on SQL statements before execution (using CreateDynaset or ExecuteSQL).

Data Type

Integer


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents