in

System.Data.SQLite

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

Browse by Tags

  • Insert fails when program run as windows service

    Hi, I have a very simple application which starts a thread that creates a new database and the associated tables if it doesn't exist yet. It then inserts new data into the table every 10s. The whole thing works just nice when I run the thread from a regular windows foms application. As soon as I...
    Posted to General (Forum) by Grizzly on 10-09-2011
  • Looking for a C++ Code Example For VS 2010

    I am using vs 2010 and I am looking for code samples to build upon my connection string: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite" /> <add name="SQLite...
    Posted to How To (Forum) by adaykin on 08-29-2011
  • Read blob from database in c++

    Hey everybody, I'm working on C++ Flash Card application for which I need to store pictures of any format into a database. I have the insert portion functioning, but the problem is that I cannot figure out how to get the data from the database back into a PictureBox->Image. I've tried using...
    Posted to How To (Forum) by DamareYoh on 10-31-2010
  • Can't view SQLite.Interop vcproj properties for x64

    I'm trying to build the x64 version of the System.Data.SQLite.dll from source code and wanted to check the properties on the project file but I get an error... "The operation could not be completed. Unspecified error." If I change the platform from x64 to Win32 in the ConfigurationManager...
    Posted to How To (Forum) by chadmein on 07-20-2010
  • Re: SQLite Console based application failed to execute on new environment

    Fine , take a look on my code.. ------------------------------------------------------------ #include #include #include #include "sqlite3.h" sqlite3 *db = 0; static int callback(void *NotUsed, int argc, char **argv, char **azColName) { int i; for(i=0;i> Encrypted database * version1 >>...
    Posted to General (Forum) by xion_more on 05-22-2009
  • Re: Can't find PInvoke DLL 'SQLite.Interop.059.DLL'.

    FYI - I just got the same error message, but it was with 060. I am using Visual Studio 2005, C#, taking a SQLite file created in Visual Studio 6 (C++) and moving the file to a Symbol MC3090 barscanner device running Windows CE 5.0 using ActiveSync 4.5. The device C# code will read the SQLite file and...
    Posted to General (Forum) by JFinger on 12-08-2008
  • Using SQLite in Visual C++

    Hi there, I'm currently creating an app that reads energy monitoring data from sensor nodes. The driver for the nodes are written in Visual C++ and thus I need to access the DB from Visual C++. I thought SQLite would be a good idea since it has good support on both Java and .NET (thanks to this project...
    Posted to How To (Forum) by misterdom on 10-17-2008
Page 1 of 1 (7 items)
Powered by Community Server (Commercial Edition), by Telligent Systems