in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Wrap csharp-sqlite

Last post 03-02-2010 1:30 PM by monodanmorg. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 03-02-2010 9:21 AM

    Wrap csharp-sqlite

    I read in another forum that you're planning on wrapping csharp-sqlite.  How is that coming along?  I keep looking in cvs for your changes.

     http://code.google.com/p/csharp-sqlite/

     When wrapping csharp-sqlite, is it going to be a new ado.net provider, or are you going to provide an connection string option to use csharp-sqlite?

     Example connection string: "Data Source=stuff.db;Version=csharp-sqlite"

     

  • 03-02-2010 9:36 AM In reply to

    Re: Wrap csharp-sqlite

    The pure managed version of the SQLite project + the ADO.NET wrapper is not ready yet, nor will it be for a little bit yet.  There are a couple of p/invoke calls that are made in Noah's managed sqlite port that need to be eliminated before we finish this marriage.  It will be a separate System.Data.SQLite.DLL entirely, but have the same strong name and will contain Noah's managed provider.

  • 03-02-2010 1:30 PM In reply to

    Re: Wrap csharp-sqlite

     Changes have been made to csharp-sqlite to run in medium trust on Silverlight.  There has also been changes for it to work on Mono. 

     You have to use the special solution and csharp project for Silverlight.

     Personally, my interest with csharp-sqlite has nothing to do with sliverlight/moonlight nor medium trust nor asp.net nor the web.  I want to use charp-sqlite in a gtk# GUI application on .net on windows and mono on linux.  However, I would rather use the ado.net wrapper System.Data.Sqlite to do it. 

     

Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems