in

System.Data.SQLite

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

Browse by Tags

  • Re: Connecting to SQLite via generic .NET connection

    Hello if Iundestand, you need a way to use System.Data.Commom classes is it? To use this kind of class you can do the follow to the app.config/web.config: <?xml version="1.0" encoding="utf-8" ?> <configuration> <connectionStrings> <add name ="NameOfConn"...
    Posted to How To (Forum) by hugobarros03 on 11-12-2011
  • 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
  • How to Add a new Property in a Entity?

    How to add a property to an entity that is not mapped to the DB. Ex: The entity Person has 2 properties extrapolated from the structure of the DB. The ID, which is the primary key, and Name. I must add a third property, which will be valued in a second time during program execution. If I add a scalar...
    Posted to How To (Forum) by abramo on 10-06-2011
  • Any hope for a Visual Studio 2010 designer?

    I wish I could use my SQLite database directly inside Visual Studio 2010, in my Server Explorer. No luck :-( Any hope this will be provided some day? There was a 2005/2008 version - is that being ported to 2010 some day??
    Posted to Designer (Forum) by mscheuner on 09-18-2011
  • SQLITE_MAX_COLUMN

    Question: Is it possible to create a table with more than 3000 columns/fields? I found this environment variable (SQLITE_MAX_COLUMN) on the SQLite site and it appears to default to 2000 max columns but can be changed. However, I don't see any reference to it here so I'm not sure how to change...
    Posted to How To (Forum) by precipios on 09-12-2011
  • Visual Studo 2010 Professional designer

    Hello, someone managed to install sqlite in VS2010 Pro? I managed to install the VS2010 express changing a configuration file , however , I 'm not getting the same result in professional , even changing the file . I'm usion XP 32bits
    Posted to General (Forum) by Alberto on 07-21-2011
  • Re: VISUAL STUDIO 2010 Beta 2

    Thank you~~~ion123 !! The setup.exe do not need .NET2 anymore.
    Posted to Entity Framework (Forum) by gattaca on 07-02-2011
  • Re: How to Insert Blob Image to SQLite in C#

    Hi there, After reading the forum ran into your question and decided to take it up as a small project and thus writing an article. I created a WinForm appi based on C# - .NET4.0 - System.Data.SQLite 1007000 (.net provider) with an embedded SQLite database. And I want to share the source code.. So here...
    Posted to How To (Forum) by Kribo on 05-15-2011
  • Re: VISUAL STUDIO 2010 Beta 2

    When can I expect a production ready build for SqlLite, I want to use it on VS2010 with ADO.Net Entity Framework. Manoj.
    Posted to Entity Framework (Forum) by saggimanoj on 05-05-2011
  • .Net 4.0 & SQLite 1007000 sample

    I created a .net 4.0 WinForm appi with SQLite embedded and want to share the source code.. So here it is [ MyBlog ] [ Code Project ] So have fun and enjoy...
    Posted to How To (Forum) by Kribo on 05-02-2011
Page 1 of 2 (15 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems