Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update form data
Message
 
À
05/05/1998 13:44:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00089086
Message ID:
00097204
Vues:
46
>>1) Can I issue subsequent SELECT statements into the same cursor and display the results into the same grid?
>>
>>2) Am I missing something to make this work?
>>
>>3) If I have to use SET FILTER instead of SELECT, do they both use the same wildcards?
>>SET FILTER can display all data including those that are buffered while SELECT does not, because the latter takes only data that are physically stored on the table (same thing with UPDATE WHERE, DELETE FROM statements). To a certain degree, SET FILTER and SELECT provides the same output using identical filter conditions ofcourse, but that depends on the case as I mentioned
>>
>>The best solution to the above problem is by using Views so that you can requery and place it in a grid. Besides, using VIEWS takes advantage of the Client/Server capability of VFP. It is faster and easier to maintain. In fact, we rarely use Set Filter as of todate due to speed concerns.
>---
>Hi Jess
>Are you saying to use VIEWS when using the SELECT statement?
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform