Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP says not a table
Message
 
 
À
14/09/2007 14:57:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01252602
Message ID:
01254419
Vues:
21
Try
oUsers.Open "SELECT * FROM users WHERE <whatever>", oConnection, adOpenKeyset, adLockBatchOptimistic, adCmdText   
>
>Based on your help I now have a working model. I do have one last question however. (At least I hope its the last.)
>
>The line
>
>oUsers.Open "users", oConnection, adOpenKeyset, adLockBatchOptimistic, adCmdTable
>
>opens the table with all records available. We then have to loop down through the table to find the record we want to edit. Is there a variation on this that would allow the open to function like a "select ... where ..." so we could open directly to the record in question?
>
>Thanks
>- Don
>
>-btw I will explore the .Net option as soon as I have a few minutes to spare.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform