ADODB.Recordset multiple queries

fredElliotRules

Registered User.
Local time
Today, 19:03
Joined
Nov 3, 2006
Messages
15
HI,

Im using the ADODB.Recordset to query a table in my database and it works great. Now I want to query this recordset a second time using the results of the first query.

Is this possible using the ADODB object.
 
A recordset is basically the results of a query (which can be all records or subset of records in a table or query). So, you can query those results, but you would need a separate recordset object to do what you want to do.
 

Users who are viewing this thread

Back
Top Bottom