.

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


GetErrorMessage method
Example

Returns the short error message text associated with an error code.

Defined In

ODBCConnection

ODBCQuery

ODBCResultSet

Syntax

message$ = odbcConnection.GetErrorMessage( [ errorvalue ] )

message$ = odbcQuery.GetErrorMessage( [ errorvalue ] )

message$ = odbcResultSet.GetErrorMessage( [ errorvalue ] )

Parameters

errorvalue

Return value

message$


Usage

You can test for an error with one of the following techniques:


Language cross-reference

@Failure function in formula language

Example
See Also