Hello blogger,I want to create encrypted sqlite database in java. I don't know whether it is possible or not. There is not much details about this in the net.
I tried
SQLite.Database db = new SQLite.Database();
try {
db.key("Steer@123");
db.open("db3", 0666);
}
etc .....
but its not working. Can anybody give any suggestions ?
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

