Hi..

I'm writing a small application for my personal use and would like to
try SQLite.  I have a few basic questions that I didn't see answers for at
sqlite.org and am hoping that someone on this list can help.

First, I'd like to get SQLite installed in the global assembly cache
(for use on my machine with .NET 2.0).  How can I do this?  I remember
reading that SQLite uses strong names so it looks like this scenario is
one that has been planned for.  But, I installed SQLite-1.0.40.0 on my
machine using the .exe installer and didn't see any obvious SQLite
DLL in the global assembly cache.

Second, can SQLite be used in safe C#, or does it require going into
unsafe mode?

Finally, is there a simple example of using SQLite in C# somewhere,
especially one that does not assume prior knowledge of SQL?

I compile C# programs from the command line and am not using Visual Studio
or other IDEs I have on my machine.  I am using Windows XP (with Cygwin).
SQLite looks really nice - I hope I can use it.

Andrew

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to