Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use pdo to connect to sqlserver database in php

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

Php how to use pdo to connect to sqlserver database, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can get something.

Download the PDO_DBLIB library

Various libraries of PDO can be found in PECL, for example, MySQL libraries: PDO_MYSQL, Oracle libraries: PDO_OCI.

As a connection library for SQL Server, download PDO_DBLIB with the following command:

Wget http://pecl.php.net/get/PDO_DBLIB

Install the PDO_ DBLib library

After the download is completed, install via PEAR:

/ usr/bin/pear install PDO_DBLIB-1.0.tgz

If the installation is successful, the / usr/lib64/php/modules (non-64-bit host should be in / usr/lib/...) directory will have more pdo_ dblib.so libraries (as shown below). Next, you need to combine the pdo_ dblib. so library with php, enter / etc/php.d, and create a file named pdo_dblib.ini. Write the following code in it:

Extension=pdo_dblib.so

Restart the Apache service

Service httpd restart

PHP test

Test whether the MSSQL can be connected properly through a simple piece of code. When using PDO to access different types of databases, you only need to modify the connection parameters in PDO () so that other calling functions are the same, so that different operation functions will not be called according to different databases during development.

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 259

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report