RE: [sqlite] Filesystem Layer problems

2007-09-18 Thread Samuel R. Neff
If you only need Windows compatibility you can use the System.Data.SQLite port. It's made for ADO.NET but it is also binary compatible with SQLite and can be used from C code. It includes Windows-specific encryption and is free. http://sqlite.phxsoftware.com/ With the ADO.NET stuff it's

Re: [sqlite] Filesystem Layer problems

2007-09-18 Thread Luís Santos
We have considered this option carefully in the last few years (since we love SQLite and would love to support it), but $2000 was too expensive for us at the time... :-( [EMAIL PROTECTED] escreveu: You could purchase a license for the SQLite Encryption Extension

Re: [sqlite] Filesystem Layer problems

2007-09-18 Thread drh
=?ISO-8859-1?Q?Lu=EDs_Santos?= <[EMAIL PROTECTED]> wrote: > Hi, people > > We have managed to add a simple obfuscation layer to SQLite on windows > platform; this has been working since version 3.0.8, but We've found a > problem on the last versions. > > We've introduces a simple stream