Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table won't update from view
Message
De
04/11/1998 10:58:22
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00154066
Message ID:
00154350
Vues:
18
I won't speak to what Craig meant, but I believe the recommended course of action is to: 1) buffer the view cursor; 2) do not explicity open, which therefore makes buffering the table irrelevant; 3) when the view is TABLEUPDATEd, the underlying table will be updated at that time.

That's just my understanding.

>>>Don't buffer the tables when using views, since views are really just a buffer for your tables. If you buffer your tables, you will need to issue 2 TableUpdate(), one for the view (first) and one for the tables (second). It's best just to open the table unbuffered and to issue a single TableUpdate() in the view.
>>>
>>>HTH
>>>
>>
>>I strongly disagree. Use table buffering and things will work well.
>
>Why would you buffer an underlying table when using a view?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform