Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP says not a table
Message
 
 
To
14/09/2007 14:57:15
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01252602
Message ID:
01254419
Views:
22
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform