On Tue, Jul 8, 2014 at 10:48 AM, [email protected] <
[email protected]> wrote:

> 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?
>

Most operating systems only support a limited number of file descriptors
per process - usually about 1000 or more.  That is the only limitation on
the number of open database connections at the same time.  If you can open
the database connection, the SEE can encrypt it.



>
> 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;'
>

That depends on what compile-time options you used when building SEE.


-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to