in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Help Getting Started

Last post 12-29-2009 6:42 AM by Cartaphilus. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 12-22-2009 11:14 AM

    Help Getting Started

    Hi, I am a newbie in regards to System.Data.SQLite and .NET, so bear with me. I can't seem to get System.Data.SQLite even installed correctly. The self-installer completed and everything seemed to be kosher, but nothing seems to be working. In VC# Express, I tried to create a little sample program(http://pastebin.com/m8f7cec), but it's saying that it can't find System.Data.SQLite at the line: using System.Data.SQLite;. Also the Database explorer always errors out when I try to make a new connection, starting with, "Could not load file or assembly Microsoft.VisualStudio.Data"... I also don't know what to put in the Connection string. Can someone help just get this started? I am familiar with SQLite itself. Thanks.
  • 12-22-2009 1:15 PM In reply to

    Re: Help Getting Started

    Hello if I understodd correctly you miss the step to add the reference pointing the .dll of the sqlite, you will find it on program files/sqlite.net
  • 12-22-2009 1:44 PM In reply to

    Re: Help Getting Started

    Ah, I see. Thanks. Also, can you point me in the direction of an API? Thanks.
  • 12-29-2009 6:42 AM In reply to

    Re: Help Getting Started

     I'm even more of a newbie than deftonix, and I'm having the same problem, only with VBE 2008.  I installed System.Data.SQLite, I added the "imports" statement to my code, and I'm still getting various errors about undefined commands and empty classes.  Is there some reference to the .dll that will solve my problem (apparently) the way it solved deltonix's?  And if that's the problem, can you provide specific instructions, as detailed as possible, for defining the reference?  I really am a newbie!

     

    TIA...

Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems