Hi,
I like to distribute my application on a CD.  
This application has a sqlite database which will be part of the
distribution.  
I do not like anybody reading/accesing the database directly, so I put
the database file inside a zip file which is password protected.
My application is written in VB, and I have hard coded the password
inside the VB program.
When the application loads, it opens the password protected zip file,
and extracts the sqlite file within it.
Now, I do not want to write this db file to any temporary location on
the hard disk. Is it possible to load the entire sqlite file in memory
and the application read data from it?

-Shibu
e-mail: [EMAIL PROTECTED] 




DISCLAIMER:
This message contains privileged and confidential information and is intended 
only for an individual named. If you are not the intended recipient, you should 
not disseminate, distribute, store, print, copy or deliver this message. Please 
notify the sender immediately by e-mail if you have received this e-mail by 
mistake and delete this e-mail from your system. E-mail transmission cannot be 
guaranteed to be secure or error-free as information could be intercepted, 
corrupted, lost, destroyed, arrive late or incomplete or contain viruses. The 
sender, therefore,  does not accept liability for any errors or omissions in 
the contents of this message which arise as a result of e-mail transmission. If 
verification is required, please request a hard-copy version.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to