Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to have this SQL startement with DAO?
Message
 
 
To
17/07/2000 01:08:12
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00393104
Message ID:
00393389
Views:
19
Try to Dim your recordset as adodb.recordset b/c the data environment is an ADO environment.
And when setting the datasource property you need to use 'Set' eg.
Set rsMyRecordset = (whatever returns your recordset)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform