Oracle Objects for OLE
Release 9.0.1

Part Number A90173-01

Home

Book List

Contents

Master Index

Feedback

Find Method Parser Errors

Find method parser errors occur when the parser cannot parse the expression (find clause) in a Find method. These errors specify what part of the expression caused the error.

Constant
Value
Description
OERROR_STOVER
4496
Stack overflow.
OERROR_SYNTAX
4497
Syntax error
OERROR_MISPLC
4498
Misplaced parenthesis
OERROR_MISQTE
4499
Misplaced quotation marks
OERROR_MISPAR
4500
WARNING: Missing closing parenthesis
OERROR_EXPCTD
4501
Usually open parentheses expected
OERROR_PRSERR
4502
Unknown parser error condition
OERROR_DUMMY
4503
Syntax not supported
OERROR_INVCOL
4504
Invalid column name
OERROR_TOKEN
4505
Maximum token size exceeded in token.
OERROR_COLTYPE
4506
Unsupported data type
OERROR_UNXPTD
4507
Unexpected token found.


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents