Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting the current value of a field from a buffered t
Message
From
20/10/1999 13:35:31
 
 
To
20/10/1999 10:43:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00278852
Message ID:
00278969
Views:
11
>Is there a way to select (SQL) the new value of a field from a buffered table? The buffereing is optimistic table buffering. If you do a LOCATE on the table, it uses the newly changed value. But if you do a SELECT from that table, it uses the old state of the table (i.e., no newly changed data or inserted rows). I want to do duplicate checking before I update the table.
>
>TIA,
>
>-jam :-)

If you have to do this, you can COPY TO another file, and select from that.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform