On Sat, Aug 29, 2009 at 9:51 PM, Yves
Goergen<nospam.l...@unclassified.de> wrote:
> On 01.08.2009 16:19 CE(S)T, Noah Hart wrote:
>> This is not a driver, dll, or wrapper.  This is a port of the underlying
>> SQLite software.
>
> Hm, yes, but isn't the other C# SQLite assembly also the entire DB
> engine? I mean, there's no client/server driver; if you can access
> SQLite files, you already have the entire engine in your hands. And the
> other one doesn't need any additional files, it's just one .NET
> assembly. And a huge one. So I cannot imagine that it's just some
> bindings to a native DLL.

It's both bindings and the native code in one DLL. The SQLite code
there is not managed and is compiled only for single platform.

F.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to