Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Force ADO Fields Updatable
Message
De
02/10/2000 07:50:52
 
 
À
29/09/2000 15:31:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00422801
Message ID:
00423342
Vues:
28
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform