If you are doing .Net development on both linux and windows I would
recommend using the System.Data.SQLite ADO dataprovider found here
over http://sqlite.phxsoftware.com/ over the default dataprovider
found in Mono. This library will not only work on the Mono platform
but will also work in Visual Studio.

On Mon, Mar 22, 2010 at 6:48 AM, Francesco PIRANEO G. <[email protected]> wrote:
> Hi all,
> I normally develop my application on Ubuntu 9.10 and things goes very
> smoothly, but I develop with mono with the "cross platform philosophy"
> on my mind so I tried to partially port my application under windows.
>
> I had very hard time to find all necessary libraries and add-ins for
> mono to correctly use sqlite; on mono website I've found some reference
> (that I publish below) but the references for the "mono.data.sqlite" and
> "mono.data.sqliteclient" are still missing! I'm sure I forgot something so:
>
> 1. Is there any comprehensive document that explain how to install
> things that I need to use SQLite on win?
> 2. Where can I download what I need to use SQLite on mono for windows?
>
> Thank you very much for your precious help.
> Francesco
>
> Interesing but not exahaustive websites:
> http://www.mono-project.com/SQLite
> http://sqlite.phxsoftware.com/
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to