using the standard sqlite encryption option: If I open a database I expect to be encrypted, and call sqlite_key to establish the expected key, how should I verify that the database is now open for business? Ie that the key was correct.
Similarly, if I open a database might or might not be encrypted, how can I definitively determine that is the case, so I can ask the client for a password. It's not really satisfactory to just wait for some downstream query to fail, or to make a dummy query and assume that if it fails the reason is the lack of proper encryption keys. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users