May sound stupid but can somebody tell me how would this code work out ? Is it really a good idea to implement something like this in VFP7 ?
Select WorkArea1 && Approx 20000 rows
SCAN
Select WorkArea2 && Approx 20000 rows
SET FILTER cExp && Approx 3-5 rows after filter
SCAN
Select WorkArea3 &&30-50 rows
SET FILTER cExp && 1-4 rows after filter
SCAN
ENDSCAN
ENDSCAN
ENDSCAN
Does this really look good ? Or will it result in a bad performance ?
Any idea guys ???
Thanks !!
Select WorkArea1 && Approx 20000 rows
SCAN
Select WorkArea2 && Approx 20000 rows
SET FILTER cExp && Approx 3-5 rows after filter
SCAN
Select WorkArea3 &&30-50 rows
SET FILTER cExp && 1-4 rows after filter
SCAN
ENDSCAN
ENDSCAN
ENDSCAN
Does this really look good ? Or will it result in a bad performance ?
Any idea guys ???
Thanks !!