TABLE 1: The IDataFactoryHandler Interface
Method Description
Set oRS = GetRecordset( ConnString, Args, QryString) Takes a connection string, a comma-separated string containing the parameters for the handler, and the query string. Returns an ADO recordset object. Within this method, you can implement any security restriction and policy.
Reconnect( ConnString, Args, Recordset) Takes a connection string, a comma-delimited string containing the parameters for the handler, and an ADO recordset object. This method attempts to create a new ADO Connection object and to apply the specified recordset.