2008/4/22 <[EMAIL PROTECTED]>: > 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?
Another option is to buy Molebox that encrypts vb exe, sqlite database and other files to single packed exe where reading sqlite database from encrypted exe works like it was in same directory without any encryption, and database is not extracted to disk in any phase. - Lauri _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users