in

System.Data.SQLite

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

Browse by Tags

  • linq example problem

    I'm trying to run the example found at:...-\Sqlite\SQLite-1.0.66.0-binaries\bin\linq But I get the following error: Firma con problemas: Nombre del evento de problema: CLR20r3 Firma del problema 01: testlinq.exe Firma del problema 02: 1.0.0.0 Firma del problema 03: 48e63800 Firma del problema 04...
    Posted to Bugs (Forum) by gmocontreras on 06-22-2011
  • Re: please help me to solve sqlite exception

    Hi Again, I've solved the problem by using DbLinq I will list the solution here to help anyone that have the same situation like me: in the Program.cs ------------------------------ using System; using System.Collections.Generic; using System.Configuration; using System.Data.SQLite; using System...
    Posted to General (Forum) by dany on 09-15-2010
  • please help me to solve sqlite exception

    hi, I'm getting this error when the program executes mainDb.SubmitChanges() : INSERT INTO [projects]([project_name]) VALUES (@p0) SELECT CONVERT(Int, SCOPE_IDENTITY()) AS [value] -- @p0: Input String (Size = 0; Prec = 0; Scale = 0) [test2] -- Context: SqlProvider(Sql2008) Model: AttributeMetaModel...
    Posted to General (Forum) by dany on 09-14-2010
  • using linq with sqlite.net on mono/linux

    Hi, I have a winform.net application that uses Linq to SqlServerCe. The model classes in it have been generated using sqlmetal. I intend to migrate my application to be able to run on linux using the mono runtime. I decided to go ahead with SQLite since SqlServerCe is not planned to be supported in Mono...
    Posted to General (Forum) by nutsiepully on 05-12-2010
  • Programmatically initializing sqlite database

    Hello, I am trying to get up to speed with C#/SQLite/LINQ, and I was wondering if someone could point me in the right direction on the best way of creating an empty database file. I want to define my database structure in C# using Linq.Mapping constructs, e.g. with code like this: [Table] class receiver...
    Posted to General (Forum) by frankiansmith on 03-18-2010
  • Re: using Active Record design pattern in C# on an sqlite database

    ok. thanks for being honnest. I think there's a lot of crap with ORM out there.esp if you end up wasting hourstrying o understand what the thing does. However, working on an old project a few years ago, I found myself wrinting code that would read db structure and generate php code to do the low...
    Posted to How To (Forum) by fourchu on 01-23-2010
  • using Active Record design pattern in C# on an sqlite database

    Hi all, First of all, thanks Robert for this excellent piece of code of yours. I've been a big fan of sqlite for small/medium projects. I've loved using it with ruby & ror. I have a java and mostly php background. I am not a big fan of microsoft products but for some reason i just have to...
    Posted to How To (Forum) by fourchu on 01-23-2010
  • LINQPad Now Supports Sqlite

    Joseph Albahari has added Sqlite support to his fabulous LINQPad tool: http://www.linqpad.net/Beta.aspx. It works with databases I've created with System.Data.Sqlite, including encrypted ones! LINQPad also includes Entity Framework support, but I haven't tried it yet with Sqlite. LINQPad is incredibly...
    Posted to General (Forum) by epower on 01-11-2010
  • Re: SQLite support for Silverlight

    You can use siaqodb ( http://siaqodb.com) as Silverlight client side database.You can save objects with one line of code and retrieve back via LINQ
    Posted to Feature Requests (Forum) by cristoph2009 on 12-12-2009
  • what simple/robust data access approach can I use in C# Visual Studio 2008?

    Hi, What are the current reliable data access approaches that are available in VS2008 using this ADO.net sqlite integration for a small project with only a handful of tables? For example: * base sqlite classes * Dataset / DataAdapter * LINQ (supported?, robust?) * Entity Framework (supported?, robust...
    Posted to General (Forum) by callagga on 10-10-2009
Page 1 of 3 (28 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems