Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO
Message
From
25/11/1998 08:13:49
Jody Cairns
OAO Technology Solutions
Moncton, New Brunswick, Canada
 
General information
Forum:
Visual Basic
Category:
Other
Title:
Re: ADO
Miscellaneous
Thread ID:
00161245
Message ID:
00161287
Views:
24
>Dim rs As Recordset

Note that instead of Recordset, you may have to specify ADODB.Recordset, depending on what references are checked for your project. Both ADO and DAO have RecordSet objects.

Also, using a Filter tends to be slow. It is often quicker to create a new recordset with the SELECT criteria instead of implementing a Filter on an existing Recordset.

Best,

jody
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform