Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table Buffering
Message
From
23/02/2002 07:49:47
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00624061
Message ID:
00624073
Views:
11
>If I have optimistic table buffering (buffermode = 5) on and have added records to a table they aren't included in the results of any select (sql select) on that table until I have performed a tableupdate().
>
>Is there a way to get them included in a select or do I just have to seek() records in this state ?
>
>Cheers
>Jamie

You can navigate the original table (SELECT - SQL does the equivalent of USE ... AGAIN), or issue TableUpdate(). If you don't want to save changes yet, you can BEGIN TRANSACTION, then TableUpdate(), then do your SELECT, then ROLLBACK.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform