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
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
