Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is AllowUpdate=.F. the same as USE...NOUPDATE?
Message
 
 
To
13/08/2004 14:19:32
Kevin Crow
Kapnick Insurance Group
Adrian, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00933212
Message ID:
00933269
Views:
18
>I've used USE...NOUPDATE for years to access a group of dBase compatible tables. Now I want to use the CursorAdapter class in VFP 8 but I have to be sure it won't modify the table header when it opens the table. These tables are part of a vertical market application so I don't have any control over their structure. I just want to query them without making any modifications.

There're three properties in CA that you've to set to prevent any updates to data source
AllowInsert = .F.
AllowUpdate = .F.
AllowDelete = .F.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform