Uses a valid SQL query string to return a Recordset.
Set Recordset = DataFactory.Query(Connection, Query)
The query should use the SQL dialect of the database server. A result status is returned if there is an error with the query that was executed. The Query method doesn't perform any syntax checking on the Query string.
Applies To: DataFactory Object (RDSServer)
© 1998-2001 Microsoft Corporation. All rights reserved.