On 8 Jul 2010, at 11:24am, Daniel wrote:

> does anyone know if there is a support for SQLite in .NET Framework 4.0.

.NET is a set of library calls from a superset of C.  SQLite is a set of 
library calls from C.  The two are compatible: you can do both from the same 
piece of code.

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

Reply via email to