Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recordset FIND problems
Message
From
11/10/2001 15:04:39
 
 
To
11/10/2001 13:44:51
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
General information
Forum:
Visual Basic
Category:
COM, DCOM and OLE automation
Miscellaneous
Thread ID:
00566810
Message ID:
00567171
Views:
11
>The % makes no difference. I used the FIND a while back and remember that it worked. As for the string after opening the recordset.. I dont need it because I have the search criteria in a string already and this its being used with the find. I only want to open the recordset and refer it to an active connection.
>
>ie.. rsdata.Open, cnActiveConnection
>
>I seem to get an eror on this line... The error is: Command text is not set
>I have never seen this error before.
>
>Thanks for all your help
>
>Alvin

PMFJI,

Eric also posted that the Open method needs a source parameter passed. Try adding something like "Select * From myTable" to the Open line:
rsdata.Open "Select * From myTable", cnActiveConnection
Previous
Reply
Map
View

Click here to load this message in the networking platform