Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FilteredIndex
Message
De
15/12/1999 00:45:09
 
 
À
15/12/1999 00:23:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00303894
Message ID:
00303907
Vues:
21
reymundo,
in the previous system that i developed, there where 26,000 doctors and the med reps have an accumulated 600,000 record calls (annual). it may have some waiting time, nonetheless, it still worked. you won't be using all that data at the same time, would you? break it down.

you could also use a cursor to store the results of an aggregate function (i.e. sum, count, max, average) in an sql query while in a looping statement.

ex:
use {table/s}
index on group
get groups
create cursor
loop for each group
thisgroup = whatgroup
do while {thisgroup}
SQL Query for this group
Save Results into cursor
enddo
endloop
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform