Hi,
I have one item master file (icode.dbf) which contains around 5000 records.
Item codes are like; B1236, W529, H1026 and a lot more.
All these items are heavy transaction in stock file (stock.dbf) which contains around 1 million records.
If I take records between some specific date, it is taking too much time to display.
I cannot make index of all the 5000 items like ;
Index on Icode tag Icode for Icode = 'B1236' additive
What is the best solution to tackle this criteria.
Thanks
Saif
I have one item master file (icode.dbf) which contains around 5000 records.
Item codes are like; B1236, W529, H1026 and a lot more.
All these items are heavy transaction in stock file (stock.dbf) which contains around 1 million records.
If I take records between some specific date, it is taking too much time to display.
I cannot make index of all the 5000 items like ;
Index on Icode tag Icode for Icode = 'B1236' additive
What is the best solution to tackle this criteria.
Thanks
Saif