Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updatable cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00168313
Message ID:
00168822
Vues:
27
David,

It looks like you're defining the table correctly. I think you need to use UpdateNameList instead of UpdateFieldList.

>I tried that also and of course it uses dbsetprop which has a different style.
>
>Now, with the following code I am getting an error that the Update Tables is not being defined. I thought that maybe FoxPro was confused with the cursor and the table being the same name.
>
>HELP!!!!
>--------
>lnR = SQLEXEC(g_sql_h1,"select * from master", "c_master")
>
>=CursorSetProp("Tables","master","c_master")
>=CursorSetProp("KeyFieldList","mas_sqlkey","c_master")
>=CursorSetProp("UpdatableFieldList","mas_delet","c_master")
>=CursorSetProp("SendUpdates",.T.)
>---------
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform