Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/displague/mssql_helper
- Owner: displague
- License: mit
- Created: 2014-08-15T03:36:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T19:11:27.000Z (over 3 years ago)
- Last Synced: 2024-10-04T17:55:42.158Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 8
- Watchers: 4
- 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)