[Mono-list] How to use Sqlite provider in Mono
Omar Campos
megathodik at gmail.com
Wed Jun 16 09:07:25 EDT 2010
Hi everyone,
I'm new to Mono C#. I'm trying to get the SQLite provider. I read
somewhere that I have to include this, at the top:
using Mono.Data.Sqlite;
or
using Mono.Data.SqliteClient;
Not sure which. In any case, the code completion box does not show "Data"
in the options list when I type "Mono.". Writing the "using" command
manually gives an error. I tried to add a reference to my project, but
Mono.Data.SQLite does not appear in the references list.
Is there something else I need to download (Note: I do have the sqlite
binaries)?
The web site I found for SQLite - Mono (http://www.mono-project.com/SQLite)
doesn't have a download link. How then, do I use these classes?
Many thanks in advance.
Sincerely,
Omar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20100616/6d4929f5/attachment.html
More information about the Mono-list
mailing list