Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create View with (Buffering = .T.)
Message
De
21/06/2006 17:48:28
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01130513
Message ID:
01130635
Vues:
12
>I must admit that I expected the field in the view to show the same value as in the buffered table. Perhaps the Buffering=.T. in the view is ignored?
>
>Is there a way to have the requeried view fetch the data from the buffered table?

Hi Christian,

WITH (BUFFERING = .T.) is respected only for a workarea (a cursor) referenced by its alias. If you'll use cursors rather than tables as the source for the view, you should be able to select buffered changes into the view.

Thanks,
Aleksey.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform