Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updatable cursor
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00168313
Message ID:
00168822
Views:
32
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.)
>---------
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform