Question 1: Is there any limitation on number of databases getting encrypted within one application? In my case I have a Windows 8 Modern app that uses a class library. Class library instantiates it's own database. So application end up with two databases. My test harness for class library encrypts the database correctly. however, when I put class library inside the application - which has it's own database encrypted using SEE, it behaves differently. It doesn't encrypt the class library database. so is this behavior supported?
Question 2: Do we need to use particular key on activation pragma? Does a random key work? Is this the only place we need to set activation code? 'Activation Pragma:PRAGMA activate_extensions='see-XXXXXX;' Kartik Patel Development _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

