.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUS CONNECTORS


GetError method
Returns the latest error code for an ODBC object.

Defined In

ODBCConnection

ODBCQuery

ODBCResultSet

Syntax

error% = odbcConnection.GetError

error% = odbcQuery.GetError

error% = odbcResultSet.GetError

Return value

error%


Usage

See GetErrorMessage for usage information and examples.

See Also