Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to: Create an temp update cursor (V6s5)
Message
From
22/07/2003 05:29:25
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00812227
Message ID:
00812262
Views:
19
This message has been marked as the solution to the initial question of the thread.
Hi Bhavbhuti,

You must set the property of your view.
You can use CURSORSETPROP() to set the property of your view.
example :
CURSORSETPROP("Buffering", 5, "CursorName")
CURSORSETPROP("SendUpdates", .t., "CursorName")
CURSORSETPROP("UpdatableFieldList", "Field1,Field2,...", "CursorName")

To update it use Tableupdate() function.


It is better if you create your view in the view designer.
If your using SQL Server as back-end database you must create a remote view
or local view if your using FoxPro table.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform