|
-
August 3rd, 1999, 03:56 AM
#1
Close all recordsets with a loop
I have a lot of recordsets opened and I want to close all of them. Can I use a loop like this or not?
Dim rs as ADODB.Recordset
for Each rs In ??? 'here is my problem: which is the group?
rs.close
set rs = nothing
next
Thank you!
Michael Vlastos
Company MODUS SA
Development Department
Athens, Greece
Tel: +3-01-9414900
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|