Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select in Visual FoxPro
Message
 
 
To
20/07/2000 12:15:36
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00394969
Message ID:
00394971
Views:
10
>I am using buffermodeoverride of 5 in a table that I want to make temporary updates unitl a tableupdate command is issued. Prior to the tableupdate command I want to be able to query the table and include the pending records. I have not been successfull in doing so. Any suggestions?

SQL Select won't work because this opens the tables/views again in another work area. You have to use commands that work on the current alias: LOCATE FOR or SCAN FOR ... ENDSCAN.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform