While System.Data.SQLite does not support virtual tables, it does support
custom funcions written in .NET and is open source, so that should get you a
long way towards writing virtual tables in .NET (but still will require some
C interop programming).

http://sqlite.phxsoftware.com/

HTH,

Sam


On Wed, Apr 16, 2008 at 4:53 AM, Sylko Zschiedrich <[EMAIL PROTECTED]>
wrote:

> Hi all,
>
> we are using SQLite in a DotNet environment and want to support virtual
> tables via sqlite3_load_extension.
>
> Did anybody know a wrapper for SQLite or sample code for implementing
> virtual tables in DetNet. (C#)?
>
> I know there are many DotNet wrappers for SQLite but noone supports
> virtual tables. :-(
>
>
> Thanks
> Sylko
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
-----------------------------------------------------------------
We're Hiring! Seeking passionate Flex, C#, or C++ (RTSP, H264) developer.
Position is in the Washington D.C. metro area. Contact
[EMAIL PROTECTED]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to