Hi, I just want to make sure that I am not doing something wrong, but I have a
simple application that opens an encrypted database using it's password and
calls the ChangePassword method on it (as shown on numerous posts in this
forum). After the password is changed when I try to open the database again, I
get the "File is not..." error, as though you are opening an encrypted database
with the wrong password. I have tried different combinations of ChangePassword,
including setting the password to null and then setting a password again but
the same issue keeps occurring. I am using C# with
sqlite-netFx40-binary-bundle-Win32-2010-1.0.76.0, and NUnit for my tests. My
development machine is Windows 7 64-bit, but I am compiling a 32-bit
application (everything else with System.Data.SQLite works perfectly in my
application except this). Any help would be greatly appreciated, thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users