Hi, documentation on SEE (http://www.hwaci.com/sw/sqlite/see.html) states that
"You can ship as many compiled, binary copies of SQLite with your commercial product as long as each copy is attached to your product in such a way that it cannot be separated from your product. Normally this means that you should statically link SEE with your product, thought exceptions to this rule can be made as circumstances require." Our database manager is developed using Delphi (Pascal). Thus it is not possible to statically link SQLite library, SQLite.dll is used. Is there some other way to support SEE in our project? SEE supports several various encryption algorithms. If a database is already encrypted does it automatically choose needed algorithm? How to specify algorithm for a new database if a version of SEE is used which supports all of them? Or is it always using most "powerful" one (AES-256)? Thank you. -- Regards, SqliteDog support team _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users