Open an ADO Recordset.

This is provided for compatibility with COM-based applications such as VB6, VBA and VBScript.

Syntax

ISDatabaseBL.RecordsetOpen(sqlQuery, recordset, [timeoutSeconds])

Parameters

NameTypeOptionalByRefDescription
sqlQuery String The SQL SELECT query.
recordset Object ByRef
timeoutSeconds Integer Optional The number of seconds after which a database connection timeout will occur or -1 to use the default timeout. If omitted, a value of -1 is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDatabaseBL
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0