.

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


Disconnect method
Example

Disconnects from the data source.

Defined in

ODBCConnection

Syntax

status = odbcConnection.Disconnect

Return value


Usage

You can use a result set after disconnecting, but you cannot fetch more data or post updates to the back-end database.

Errors

Not connected to a data source (DBstsNCON)

Events

BeforeDisconnect

AfterDisconnect

Example
See Also