.

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


Connection property
Example

Write-only. Relates a connection object with a result set.

Note This property is new with Release 6.

Defined In

ODBCResultSet

Data type

ODBCConnection

Syntax

Set odbcResultSet.Connection = odbcConnection

Usage

You must link a connection object with a result set before getting results. You can establish the connection through the Query property after connecting an ODBCQuery object through its Connection property, for example:


This property eliminates the go-between when you don't need an ODBCQuery object, for example, when executing a stored procedure.

Errors

No valid connection object (DBstsNCOJ)

Example