hi,
I am writing a program in which I have to read two columns products, price by querying the database and read it into memory. Instaed of querying the database everytime I can load the required data into memory for faster access. I am wondering how I would be able to acheive this i.e. what data structure will i need to use. Any help would be appreciated.
Thanks
I am writing a program in which I have to read two columns products, price by querying the database and read it into memory. Instaed of querying the database everytime I can load the required data into memory for faster access. I am wondering how I would be able to acheive this i.e. what data structure will i need to use. Any help would be appreciated.
Thanks