Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a SQL Pass-through updatable.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00434375
Message ID:
00434437
Vues:
15
This code works for me on Oracle.

SqlExec(h,"select * from fo_s where objed=.."),"fo_s")
sele fo_s
=CursorSetProp("SendUpdates",.t.)
=CursorSetProp("Tables","fo_s")
=CursorSetProp("KeyFieldList","objed")
=CursorSetProp("WhereType",1)
=CursorSetProp("UpdatableFieldList","objed,smlouva,FoVidetSml,CasZnak,NidZnak")
=CursorSetProp("UpdateNameList","objed fo_s.objed, smlouva fo_s.smlouva, FoVidetSml fo_s.FoVidetSml, casznak fo_s.casznak, nidznak fo_s.nidznak")

Pavel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform