Hello.
First I want to apologise because my english is very poor.

I have an aplication that contains an SQLite 2.1 database. This application
was made in visual basic 6 and i use the ags_sqlite dll to manage the
database. Now i need to encrypt the data base.
The problem is that i have different tables with diferent data types so it
is complicated to encrypt data before insert it into database. Beside of
this i have a textbox in which the user can perform sqlite querys so what i
need is to encript the database itself.
Looking on the internet i see that more recentlys version of sqlite support
onthefly encryption, then my question is if there are any way to implement
it on visual basic 6.
I'm testing this: http://tannertech.net/sqlite3vb/
the syntax is very similar to the ags's and works fine, but the problem is i
don't know how to create an encrypted database and then how to open it.

If somebody can bring me any idea i papreciate it. thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to