Sorry, but there are no more tags available to filter with.
-
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
-
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,...
-
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...
Page 1 of 1 (3 items)