Re: [sqlite] Newbie issues with SQLite & C#

2012-12-03 Thread William Drago
Hi Joe, Thanks for the excellent reply. Putting SQLite.Interop.dll in my bin\Debug folder solved the problem. I did read the download page and the faq page, but most of that stuff is gibberish to me and not beginner friendly at all. But all's well that ends well. I created some tables with

Re: [sqlite] Newbie issues with SQLite & C#

2012-12-02 Thread Joe Mistachkin
William Drago wrote: > > 1) I'm not really sure how to install SQLite. I downloaded > sqlite-netFx40-setup-x86-2010-1.0.82.0.exe and ran setup. Installing System.Data.SQLite is only necessary if you need the Visual Studio design-time components. > > Is that all it takes? > That depends on how

[sqlite] Newbie issues with SQLite & C#

2012-12-02 Thread William Drago
All, This is my first post to this group... I'm hoping someone can help me. I've just wasted nearly 8 hours trying to get SQLite to work with a C# program in Visual Studio 10 (32bit WinXP, .NET 4.0). Here are the issues: 1) I'm not really sure how to install SQLite. I downloaded sqlite-ne