Hi there,
I have a bunch of data in Access and I'm writing a program that will use that data. What I'm wondering is which is the best way to go...
Should I build my application in Access VBA and use queries to retrieve the data from the tables whenever I need it, or should I populate arrays in my program with the data?
If I were to populate arrays with the data, one array would have 40,000+ records. My main concern is speed as my program will perform ~1,000,000 iterations and will need to call data each iteration.
Thoughts?
jjmclell
I have a bunch of data in Access and I'm writing a program that will use that data. What I'm wondering is which is the best way to go...
Should I build my application in Access VBA and use queries to retrieve the data from the tables whenever I need it, or should I populate arrays in my program with the data?
If I were to populate arrays with the data, one array would have 40,000+ records. My main concern is speed as my program will perform ~1,000,000 iterations and will need to call data each iteration.
Thoughts?
jjmclell