Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote cursor
Message
From
21/01/1999 15:10:39
 
 
To
21/01/1999 12:20:55
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00178556
Message ID:
00178672
Views:
24
>Can I turn a remote cursor (a result of SP execution) into a cursor which will update some tables in remote database (VFP database)?
>Thanks Mark

Yes... you have to use CURSORSETPROP() to set several items about the cursor... You have to make it Updateable, you have to define the key fields, you have to define the UpdateName of the updateable fields.

There is an article in FoxAdvisor Oct 98 issue about doing C/S with VFP that talks about what is necessary to make a SPT an Updateable view.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform