Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select vs Browse in a cursor
Message
From
01/03/1999 12:19:47
 
 
To
23/02/1999 15:15:12
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00190569
Message ID:
00192736
Views:
24
>
>>Can I see the updates in my cursor with a « Select * » before I do a >TableUpdate.
>>
>
>** If I do Scan...EndScan I can see the new value. Why it does not function with Select ???
>
>Stef :)

A select works from the unbuffered data, therefore, it cannot see records that are not commited yet with TBALEUPDATE. Your added records are still in the buffer. There are the COPY TO ARRAY workarounds, etc, but you can't get at them with SELECT - SQL. Sorry! :(
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform