in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Browse by Tags

  • Correcting Full Text Search !! like Sql server text Full search

    Hi Im ALI AL SALAMI I write very desktop applications with SQlite and C# or VB.NET and I Understand that it's very nice but in full text search has problem Table1 C1 ----------------- MySchool School OurSchool in sql server if you have : MySchool and search SELECT * FROM Table1 WHERE CONTAINS ( C1...
    Posted to Feature Requests (Forum) by ali_salami on 08-03-2010
  • Entity Framework 4: model first approach

    Hi, I am insterested in creating a sqlite databse from an entity model (as you can since version 4 for Sql Server). As far as I know, this feature is not yet supported (correct me if I am wrong). Are you planing on implement this feature in the (near) future? If so, could you estimate how long it would...
    Posted to Feature Requests (Forum) by Harmen on 07-14-2010
  • SQLite Sample Application

    So I just started working for this company, and my boss the optimist said, BTW, I need you to create an application that does XYZ by January 1st. That would be fine and all except my toolkit is totally new (I am a web LAMP/PHP guy) and maybe I have bit off more than I can chew. I know anyone who could...
    Posted to Feature Requests (Forum) by alsbury on 12-05-2009
  • SQLiteConvert.ToDateTime(string)

    Hey Robert, I have a simple request: could you change the SQLiteConvert.ToDateTime(string) from this: switch (_datetimeFormat) { case SQLiteDateFormats .Ticks: return new DateTime ( Convert .ToInt64(dateText, CultureInfo .InvariantCulture)); case SQLiteDateFormats .JulianDay: return ToDateTime( Convert...
    Posted to Feature Requests (Forum) by p3john on 10-19-2009
  • Dynamically loaded SQLiteFunctions

    I have an ADO.NET program that uses the MSSQL getdate function. I can reconfigure this application to use arbitrary ADO.NET providers, but for nontechnical reasons I can't easily change its code to eliminate use of this function. I'd like to test the program against SQLite, but without getdate...
    Posted to Feature Requests (Forum) by Sean Foy on 08-06-2009
  • Status on Medium Trust support

    Hi Robert, After viewing this post http://sqlite.phxsoftware.com/forums/p/921/3951.aspx#3951 and your reply and many other posts that involve problems regarding the full trust environment on web hosts, I'd like to ask when the Medium Trust will likely be supported? I plan to use Sqlite on a lot of...
    Posted to Feature Requests (Forum) by ray247 on 07-21-2008
  • ParameterDirection.Output

    Hi I am trying to use System.Datat.SQLite within a ADO.NET framework (MS Sync Framework) that makes use of ParameterDirection.Output, I obviously do not have access to the source, so I cann't work around it. Is there any hope that support for ParameterDirection.Output can be added Regards Aidan
    Posted to Feature Requests (Forum) by areel on 07-10-2008
  • Finishing the Alter table statement and some updateable views

    Hi, I like the work you have done, a lot. But there are a couple of things preventing me from using it more. Part of the library that I use as database layer needs support for: Alter column: Rename a column, drop a column. I know that I can create a temp table to hold the data and create the new table...
    Posted to Feature Requests (Forum) by jorgeleo on 06-09-2008
Page 1 of 1 (8 items)
Powered by Community Server (Commercial Edition), by Telligent Systems