Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FilteredIndex
Message
From
15/12/1999 00:45:09
 
 
To
15/12/1999 00:23:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00303894
Message ID:
00303907
Views:
22
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
Previous
Reply
Map
View

Click here to load this message in the networking platform