Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Active X Data Objects
Active X Data Objects
Resolved · Low Priority · Version 2003
Craig has attended:
Excel VBA Advanced course
Active X Data Objects
If you want to run multiple queries on a single connection, do you create a new recordset each time or simply write over it with the results of the next query?
For upcoming training course dates see: Pricing & availability
RE: Active X Data Objects
Hi Craig
Thank you for your question
Either method would work OK. The main question would be whether you wanted to compare two of the queries with each other. If so then clearly you would need two recordsets, otherwise it would be OK to reuse the same recordset variable for successive queries.
Regards
Stephen
|
