View Single Post
  #1 (permalink)  
Old March 10th, 2005, 12:57 PM
sumsin sumsin is offline
Authorized User
 
Join Date: Mar 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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...
Reply With Quote