https://github.com/displague/mssql_helper
PDO_SQLSRV wrapper for legacy MSSQL PHP database functions
https://github.com/displague/mssql_helper
Last synced: 26 days ago
JSON representation
PDO_SQLSRV wrapper for legacy MSSQL PHP database functions
- Host: GitHub
- URL: https://github.com/displague/mssql_helper
- Owner: displague
- License: mit
- Created: 2014-08-15T03:36:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T19:11:27.000Z (about 4 years ago)
- Last Synced: 2025-05-07T20:46:27.318Z (26 days ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)