load Database into program memory...
Hi,
I have a problem that in my application I want to access some data from a database but to facilitate the performance of the application, it is necessary to pre-load this data into the memory of the program so that the program is doing memory searches when it migrates in the program, rather than having to make a database access each time.
Plz guide me...
|