.

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


ODBCQuery class
Example

Represents the ODBC data access features for defining an SQL statement.

Properties

Connection

QueryExecuteTimeOut

SQL

UseRowID

Methods

GetError

GetErrorMessage

GetExtendedErrorMessage

Creation and Access

To create a new ODBCQuery object, use New:

Dim variableName As New ODBCQuery

or

Set odbcQuery = New ODBCQuery

Usage

Before using a query, use the Connection property of ODBCQuery to associate the query with an ODBCConnection object. Before using a query with a result set, use the Query property of ODBCResultSet to associate the query with the ODBCResultSet object.

Example
See Also