Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Troubles with Views
Message
 
To
15/09/2000 15:06:53
Paulo Pechula
Folhamatic Sistemas
Americana, Brazil
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00417099
Message ID:
00417143
Views:
12
This will work too, if the table is NOT buffered.

When I use a view I don't normaly need to have the source table buffered - it only complicates the code by requiring an extra tableupdate().

What I do, is to add the table and the view to the DE, the BufferModeOverride set to None for the table, and to 5 (table, optimistic) for the view, and NoDataOnLoad = .T. for the view.

dz
Doru
Previous
Reply
Map
View

Click here to load this message in the networking platform