.

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


MaxRows property
Example

Read-write. Maximum number of rows fetched to the result set, or 0 to fetch all rows subject to memory limits.

Defined in

ODBCResultSet

Data type

Long

Syntax

To get: rows& = odbcResultSet.MaxRows

To set: odbcResultSet.MaxRows = rows&

Usage

This parameter defines a subset of the data. You can use MaxRows to limit the number of rows to be processed while developing a script.

Example
See Also