Hi there is a sqlserver db that hold flies information. now i want to transfer those data to a mysql server in the web to use in fly information page. (read from sqlserver and send for mysql) what should i do? thank you
Am not familiar with sqlserver, but if i would need to do what you need. I would select all the data and make proper sql query to insert,create tables with php or asp or any other.
Output the txt file (or however you want the code) of Sql. Edit it if needed to upload it to the MySql. Never tried it , but if its anything similar it should be able to be output and then uploaded to the new db