source
Optional. String value that contains an SQL statement, table name, or stored procedure.
activeConnection
Optional. Either a ADODB.Connection object, or a String that contains ConnectionString parameters. Use BuildConnectionString xtra level method to invoke a dialog for building connection string.
cursorType
Optional. An integer value that determines the type of cursor that the provider should use when opening the Recordset. The default value is adOpenForwardOnly. It can be one of the CursorTypeEnum values.
lockType
Optional. An integer value that determines what type of locking (concurrency) the provider should use when opening the Recordset. The default value is adLockReadOnly. It can be one of the LockTypeEnum values.
options
Optional. Integer value that that indicates how the provider should evaluate the source argument. It may be a bitmask of one or more of the CommandTypeEnum or ExecuteOptionEnum values.
|