Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select command and Updating
Message
From
11/03/2003 15:53:11
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00764431
Message ID:
00764436
Views:
20
Isn’t that the reason you use buffering?
You update ONLY when you want the changes to take effect.
So if you don’t, you won’t



>Hi everybody,
>
>I am using buffering:
>= CURSORSETPROP('Buffering', 5, 'Mytable')
>When I “append blank” and execute:
>select * from Mytable
>I don’t see the appended record, unless I executed:
>= TABLEUPDATE(1, .t., "shipment_history_ranges")
>
>How can I see appended record with SELECT COMMAND without updating?
>
>Thank you,
>Ali
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform