Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get current value in SQL SELECT from buffered tab
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00363464
Message ID:
00363506
Views:
22
Hi Borislav,

>I have Buffered table and want to create SQL cursor with current value from it.

The following solution is NOT a recommended solution, but it works, if the buffered table is a database table:

BEGIN TRANSACTION
TABLEUPDATE(.T.,.T.)
SELECT ...
ROLLBACK

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform