Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updatable cursor
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Updatable cursor
Miscellaneous
Thread ID:
00168313
Message ID:
00168313
Views:
63
I am trying to change a cursor from SQL Server to be act like a remote view and I am getting an error on the keylist command.

lnR = SQLEXEC(g_sql_h1,"select * from master order by mas_sqlkey", 'master')

=CursorSetProp("Tables", "master", "master")
=CursorSetProp("KeyFieldList", "mas_sqlkey", "master")
=CursorSetProp("UpdateNameList", "mas_delet master.mas_delet")
=CursorSetProp("UpdatableFieldList", "mas_delet")
=CursorSetProp("SendUpdates", .T.)

Any ideas?
DLC
"Use the Right Tool for the Job!"
davidandcynthia@email.com
Next
Reply
Map
View

Click here to load this message in the networking platform