I'm trying to create a program that communicates with a SQLite database
encrypted by a password. If I try with a db without any password it work,
but with a database with password, after connecting, when executing the
query it gives the error "File is not a database"
I've tried both with Microsoft.Data.Sqlite and with System.Data.SQLite.
Do you have any advice?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to