in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » ce5 (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
  • Re: Newbie question for CF: "Can't find PInvoke DLL 'SQLite.Interop.060.DLL"

    After being close to going crazy with the same issue, I finally found the solution. I posted here to spare others the trouble: In VS use the function 'Add existing item' on project level to include the two DLLs ( System.Data.SQLite.dll and SQLite.Interop.060.DLL ). For each of them set the property...
    Posted to General (Forum) by zuppi on 11-23-2009
  • Re: Improving speed on Pocket PC

    I ran into a similar situation. I was using parameterized queries to perform inserts/updates/deletes for a desktop application. The initial inserts down onto the client could exceed 400,000 inserts for a given table while after that I just pushed down changes. This works well and is lightning fast on...
    Posted to General (Forum) by Nazguy on 02-26-2009
  • no refresh on dialog box while using multi-threaded DataReader on large database.

    Hello, I precise that i read Robert's post speaking about SQLite Provider in multi-thread environnement. I am programming with the compact framework under WinCE 5.0. What i do is very classic. I have an DialogBox (A) to search a user in the database (about 67 000 records in database). After the user...
    Posted to General (Forum) by m3z on 10-22-2008
  • Corrupted database container on WinCE

    Hello, one of the sqlite databases an .net cf application of me uses got heavily corrupted today. It was just a small database for storing config values. I closed the application and 20 minutes later I tried to restart it. But all I got was an exception, which said that the sqlite file is either encrypted...
    Posted to General (Forum) by rene on 09-16-2008
  • C#, .NET CF 2.0 - The changes are not saved on database.

    The scenario: Application developed with Visual Studio 2005, C#, .NET CF 2.0, SQLite, Windows CE 5. The problem. The user search for a register in database, runs OK, the user change a information in the register and save it. The user make a new search for that register, and the new information is ok...
    Posted to General (Forum) by acidbytes on 06-04-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
  • Using the .NET Provider on WindowsCE

    I have run into some issues getting this to work on WindowsCE and it is probably something simple that I am missing. I'm just trying to use the SQLite database on WindowsCE using C#. Here is the code: abstract class DataTransaction { private string _connStr; private SQLiteConnection _conn; protected...
    Posted to General (Forum) by EthanHunt on 02-20-2008
  • Supported CE platforms

    Hello, I'm developing an app for a denso-wave handheld, I got your engine to work with CE 5.0 CF 2 but I can't get it to work with a CE 4.1 CF 2 (the testce.exe app fails just after the second line of output) do you think CE 4.1 is supported? I know you don't support CF 1 but do you think...
    Posted to General (Forum) by alphac on 12-03-2007
Page 1 of 1 (9 items)
Powered by Community Server (Commercial Edition), by Telligent Systems