Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recordset FIND problems
Message
De
11/10/2001 15:04:39
 
 
À
11/10/2001 13:44:51
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
Information générale
Forum:
Visual Basic
Catégorie:
COM, DCOM et OLE automation
Divers
Thread ID:
00566810
Message ID:
00567171
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform