Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Force ADO Fields Updatable
Message
From
02/10/2000 07:50:52
 
 
To
29/09/2000 15:31:52
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00422801
Message ID:
00423342
Views:
29
>You can create the disconnected recordset on the client side with the same structure and send that to the back-end. Now this would not play if you're doing updates via UpdateBatch.
>
>oHeadRS = CreateObject("ADODB.Recordset")
>With oHeadRS.Fields
>	.Append("FileName", adChar, 15)
>	.Append("SalesOrder", adChar, 10)
>	.Append("DateReceived", adChar, 20)
>EndWith
>oHeadRS.Open
Thanks for the info. I am not doing any updates via the disconnected resordset so that should not be a problem. But the recordset is actually a JOIN of two tables on the back end. Will this technique work in this situation?
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform