Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get current value in SQL SELECT from buffered tab
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00363464
Message ID:
00363506
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform