Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Oracle Data Control Errors

Oracle Data Control errors are specific to the Oracle data control. During the visual access of the data control, the OO4O automation server-specific errors are reported as OLE Automation Error with the error code of ODCERR_AUTOMATION. Oracle Data control specific error codes are retrieved from the DataErr parameter of Error() event.

Oracle Data Control Errors

Constant
Value
Description
ODCERR_INITOIP
28000
Initialization of Oracle InProc server is failed. Check the registry for the correct location of Oracle InProc Server.
ODCERR_OLEQE
28001
Internal error. Querying InProc server interface is failed.
ODCERR_AUTOMATION
28003
Oracle InProc server error occurred.
ODCERR_NODYNASET
28007
Attempting to access Oracle Data Control prior to initialization.
ODCERR_FIELDINDEX
28009
Bound controls trying to access with invalid field index.
ODCERR_FIELDNAME
28013
Bound controls trying to access with invalid field name.
ODCERR_MEMORY
28014
Internal error. Failure in allocating memory for the Requested bindings from the bound control.
ODCERR_BMKTYPE
28015
Oracle Data Control does not support the requested bookmark type.
ODCERR_CONVERSION
28016
Oracle Data Control cannot convert Field Value to Requested type.
ODCERR_SETSESSION
28017
Setting session property is not allowed.
ODCERR_SETDATABASE
28018
Setting database property is not allowed.
ODCERR_BLOBUPDATE
28019
Oracle Data Control does not update Picture or Raw data directly from the bound control. Use AppendChunk () method.
ODCERR_DYN_NOCACHE
28020
Recordset property cannot be set to a dynaset created with ORADYN_NOCACHE option (bound control connected to data control often requires bi-directional navigation)
ODCERR_DYN_NOMOVEFIRST
28021
Recordset property cannot be set to a dynaset created with ORADYN_NOMOVEFIRST option.