Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to grab values from buffered view
Message
De
28/08/2006 04:34:19
 
 
À
27/08/2006 19:51:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01148945
Message ID:
01148977
Vues:
19
Hi,

The SELECT will always read from the underlying table. The only way I know of achieving what you need (and it's ugly) is:
BEGIN TRANSACTION
TABLEUPDATE()
SELECT ......
ROLLBACK
HTH,
Viv

>I need to use some values from a buffered view in order to run a selec statement. If the view is not saved, the selec doesn't work, if I grab the value from the control related to the view, the selec doesn't work either. Only when the view is saved the selec works. What could be wrong or how can I solve this?
>
>The source data for both the selec and the view is the same table.
>
>TIA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform