Hi, not much a gtk-sharp question but still.. I don't known if our how you can do it with "SQL SERVER" but I would try to export your data as a SQL script made of CREATE TABLE and INSERT statements and then simply run this script on the MySQL side, do your data processing, re-export the data as a SQL script and run the script on the "SQL SERVER" side.
Also, before all that, if possible, do a backup of the original data just in case... Hope that help! David Le 2013-12-02 08:26, "Deval09" <[email protected]> a écrit : > hey, > > I am new guy in mono developer. I am using mono developer 2.2 with gtk#2.0. > > I want develop desktop application in mono. i have to import database which > having in SQL SERVER on web server and I want to import that data In my > MYSQL Server with mono+Gtksharp (GTK# 2.10) than store it, And after some > process in database, i want export database in MySQL server to sql server. > > I don’t know to do this and I don’t have work with json and XML. > > I don't want update system. My application is require by client in UBUNTU > 10.4LTS. > > Sorry for my bad English. > > Thanks for giving your time for reading my question. > > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/How-to-import-and-export-database-from-SQL-SERVER-to-MYSQL-SERVER-vice-versa-in-mono2-2-with-gtkshar-tp4661400.html > Sent from the Mono - Gtk# mailing list archive at Nabble.com. > _______________________________________________ > Gtk-sharp-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list >
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
