in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » PInvoke (RSS)

Browse by Tags

  • Re: Can't find PInvoke DLL 'SQLite.Interop.059.DLL'.

    I'm using SQLite 065 and I had the same problem. Deploying BOTH SQLite.Interop.065.DLL and SQLite.Interop.065.lib along with the main sqlite dll solved the problem and it's working like a charm. One more thing to mention is: SQLite is waaaaaaaaaaaaay much faster than SqlCe and I'm gonna fall...
    Posted to General (Forum) by mmsaffari on 01-27-2010
  • Connection error

    I am using ADO.NET provider installed by "SQLite-1.0.64.0-setup.exe". I am developing client application using VS2008 and compact framework 3.5. Here is the code using System.Data.SQLite; public class GlobalDFinderMethods { private static SQLiteConnection sql_con; private static SQLiteCommand...
    Posted to General (Forum) by abhinandan.pm on 07-22-2009
  • Connection Issue - PInvoke

    I am new to ADO.NET 2.0/3.5 SQLite Data Provider and downloaded version 1.0.60.0 today. I am building a Mobile Application with VS.Net 2005 using C#. I am using the following code to connect to the database SQLiteConnection conn = new SQLiteConnection("Data Source=MobileSurpass.s3db"); conn...
    Posted to General (Forum) by Dan Didolkar on 10-05-2008
  • Re: Using the .NET Provider on WindowsCE

    Hi, I am also getting the same PInvoke errors on a HP device running WindowsCE 5.0, using build 1.0.48.0 As with the OP, I used the precompiled dll from installed by SQLite-1.0.48.0-setup.exe at C:\Program Files\SQLite.NET\bin\CompacFramework\System.Data.SQLite.DLL and got the same error. (The size of...
    Posted to General (Forum) by Dave on 02-26-2008
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems