Search notes:

ADODB.RecordSet: Open

Parameters

source A variant which is either a command object, an SQL statement, a table name, a stored procedure, a URL or the name of a stream object.
activeConnection A variant which is either a connection object or a string that contains connectionString parameters.
cursorType A cursorTypeEnum value. The default is adOpenForwardOnly
lockType A lockTypeEnum value. The default is adLockReadOnly.
options A long value which specifies how source must be evaluated if it is not a command object.
All parameters are optional

See also

The recordset object.

Index