in

System.Data.SQLite

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

Browse by Tags

  • Re: strange Error : no such table : ....

    The same error occurs in the following situation too: You add .db file to your project. Then when you run your c# project with debugger, empty db. file is copied into bin/debug folder of the project folder. Your running application looks for tables in the empty database and returns error: "no such...
    Posted to General (Forum) by sevenkul on 08-19-2011
  • VS2010 and .Net 4

    I'm ramping up to start a project that needs a local data store with the capability of possibly up-scaling to SQL Server Express or higher in the future. At this point, it looks like my two best choices are SQLite or SQL Server CE 4 (which is currently in public beta but will quite likely be RTM...
    Posted to General (Forum) by k4gdw on 07-15-2010
  • Re: Migration from SQLite to MySQL - How to export a SQLite database???

    In addition you should replace the following too in case you have boolean columns with default values: DEFAULT 't' -> DEFAULT '1' DEFAULT 'f' -> DEFAULT '0' Nik
    Posted to General (Forum) by Nik on 04-08-2008
  • Re: Migration from SQLite to MySQL - How to export a SQLite database???

    Ok thank you. I don't understand why you give me the first link? was my post so bad? So, I succeed in migrating MySql <----> SQLite SQLite ----> MySql Download sqlite3.exe on http://www.sqlite.org Export the SQLite database with sqlite3.exe and command parameter ".dump" (Nate,...
    Posted to General (Forum) by xelag on 10-28-2007
  • Migration from SQLite to MySQL - How to export a SQLite database???

    Hi, I am developping a software in C# using System.Data.SQLite to communicate with a SQLite database.. Well, I want to export this SQLite database so as to be able to build it again later in a MySQL database. Is there a way to do that? Exporting a database to SQL code? Do you know libraries which could...
    Posted to General (Forum) by xelag on 10-27-2007
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems