Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/displague/mssql_helper

PDO_SQLSRV wrapper for legacy MSSQL PHP database functions
https://github.com/displague/mssql_helper

Last synced: 2 months ago
JSON representation

PDO_SQLSRV wrapper for legacy MSSQL PHP database functions

Awesome Lists containing this project

README

        

# MSSQL Helper

PDO_SQLSRV wrapper for legacy MSSQL PHP database functions

## Usage

Include this file and legacy code that relies on ``sqlsrv_*`` database calls will work in a modern environment utilizing PDO\_SQLSRV drivers.

## See Also

* [PHP MSSQL Documentation](https://php-legacy-docs.zend.com/manual/php5/en/book.mssql)
* [PDO_SQLSRV Drivers](http://www.microsoft.com/en-us/download/details.aspx?id=20098)