Php imports and converts mssql data into a mysql database

Source: Internet
Author: User
Tags mssql server
First, we need to know how to import mssqlserver data to the mysql database. First, we need to install mssqlserver2000 on your machine, at the same time, let your machine support php + apache + mysq... first of all, we need to know how to import mssql server data to the mysql database. First, we need to install mssql server 2000 on your machine, at the same time, let your machine support php + apache + mysql or php + iis + mysql. now, we can start importing data.

Use the following code to connect mssql server to php:

$mcn = mssql_connect('127.0.0.1','sa','1');mssql_select_db('hb',$mcn);

The mysql database connection code is as follows:

 

Okay, it's done. In fact, the method is very simple: connect two databases at the same time, then read the mssql data and save it to the data, and then save it to the mysql database one by one.


Permanent address:

Reprint at will ~ Please bring the tutorial URL ^

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.