in

System.Data.SQLite

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

Browse by Tags

  • Is there any working version?

    Hello! I've downloaded 1.0.66.0 version, added reference to the System.Data.SQLite in my CF3.5 application and when i try to run this: var connection = new System.Data.SQLite.SQLiteConnection("Data Source=db.db3;Version=3;"); connection.Open(); i get error " Can't find PInvoke...
    Posted to General (Forum) by nZeus on 04-27-2010
  • 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: 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
  • Re: Newbie question for CF: "Can't find PInvoke DLL 'SQLite.Interop.060.DLL"

    I simply did it manually, copying the two DLL's ("System.Data.SQLite.DLL" and ""SQLite.Interop.060.DLL") to the same folder on my mobile phone (and/or emulator) as my application was running in. For my physcal mobile phone I simply transfered it with an SD-card, but you can...
    Posted to General (Forum) by pellelil on 01-22-2009
  • Newbie question for CF: "Can't find PInvoke DLL 'SQLite.Interop.060.DLL"

    I've been "playing around" with SQLite for WinForm applications for some time, and "for the fun of it" (to learn more about CF) I decided to write a small program for meassuring Fuel-Consumption, that I can install into my phone (running Windows Mobile). As of now I've not...
    Posted to General (Forum) by pellelil on 01-01-2009
  • CompactFramework testce.exe fails

    I've installed 1.0.60 on a clean XP system just to be sure. The test.exe program in the main directory runs fine and succeeds all the tests. Running testce.exe gives a very generic error "cetest has encountered a problem and needs to close. We are sorry for the inconvenience."
    Posted to Bugs (Forum) by s01ipsist on 11-19-2008
  • 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
  • Can't find an Entry Point 'sqlite3_open_interop' in a PInvoke DLL 'System.Data.SQLite.DLL'

    I'm developing an application for different Win CE devices. My application works ok on Win CE 5 device, but when moved to Win CE 6.0 I get this error. Can't find an Entry Point 'sqlite3_open_interop' in a PInvoke DLL 'System.Data.SQLite.DLL'. I get the same error when trying to...
    Posted to Bugs (Forum) by Kracdon on 08-15-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
  • Performance&Size V1.0.49 CF

    I just tested the new 1.0.49 release using the binary package. The good news is that it my benchmarks indicate a 10% performance gain for the desktop version. But did something go wrong with the CF version? The DLL is 779K compared to 497K in V1.0.48. Also, the new DLL is 30% slower. Did the debug version...
    Posted to Bugs (Forum) by markus on 05-29-2008
Page 1 of 2 (12 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems