in

System.Data.SQLite

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

Browse by Tags

  • 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
  • .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
  • VS2010 Pro & SQLite 3.6.23.1

    My PC here at work is a Windows 7 64-bit version, but I have this project set to x86. I have my SQLite database displayed in Visual Studio 2010's Server Explorer of a new WinForm Application - so I know I have it installed correctly and I know my tables are there. Now to the code. I tried going into...
    Posted to How To (Forum) by jp2code on 02-11-2011
  • Questions from novice getting aquainted with sqlite

    Hi, I have decided to rewrite an Access db I wrote several years ago into C# using system.data.sqlite. Other than the Access db and its light VBA coding, my only experience is a C++ class I took a few years ago in college. So, I'm really a beginner, and will have to learn as I go. I came here to...
    Posted to General (Forum) by hamyer on 03-15-2010
  • Basic help - select query result...

    Hi, I'm a newbiz in sqlite (and in C#)... and I try to find an answer on google and this fourm before posting. Since some months (when I have time) I try to learn C#. I give myself a goal to learn the language : write a text gui game, I was thinking that a database would be too heavy to manipulate...
    Posted to How To (Forum) by nicodevil on 03-08-2010
  • How to retrieve the last autoincremented ID from a table when using a typed dataset?

    [Noob alert!] I constructed a typed dataset inside VS 2008. I am using the prefabricated datadapters to fill and update its tables. How can I retrieve the last autoincremented ID from a table? I understand that in SQL it is:Select last_insert_rowid(). But how do I call this SQL from C# ADO.Net? Thanks...
    Posted to How To (Forum) by aner on 01-25-2010
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems