Skip to content

Adapter for legacy code (which uses mssql_ * functions) to work with the php_sqlsrv driver

Notifications You must be signed in to change notification settings

MiRacLe-RPZ/php_sqlsrv_adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

php_sqlsrv_adapter

Adapter for legacy code (which uses mssql_ * functions) to work with the php_sqlsrv driver

Usage:

Known issues/limitations:

  • query which affected more than one resultsets without NOCOUNT option always return false (add SET NOCOUNT ON in your querys)
  • init/bind/execute functions not implemented (use mssql_query)

About

Adapter for legacy code (which uses mssql_ * functions) to work with the php_sqlsrv driver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages