php5.3.+, Server Windows server2008 database SQL2008
can now be connected with sqlsrv, but the previous code is used by the MSSQL connection of 2000, thinking is not possible to change the code AH. Ask what you need to download, how to modify the parameters
Reply to discussion (solution)
PHP 5.3 Configuration MSSQL (SQL Server)
Write a set of MSSQL functions for the SQLSRV function group (mainly the change of parameter order and default item)
And then you don't have to change your original program anymore.
PHP 5.3 Configuration MSSQL (SQL Server)
It means you can't use the previous MSSQL. Good pity ...
Write a set of MSSQL functions for the SQLSRV function group (mainly the change of parameter order and default item)
And then you don't have to change your original program anymore.
It means that MSSQL couldn't support it before.
That feels good trouble. My website is not too big. Replace it directly with sqlsrv ...
This is the time to see the benefits of encapsulating database operations.
This is the time to see the benefits of encapsulating database operations.
The road ahead is so far. Learn slowly, or. What is recommended by moderators ...
Take the chance to change the database operations to database class operations (direct encapsulation is possible)
Both learned knowledge and solved the problem.
Take the chance to change the database operations to database class operations (direct encapsulation is possible)
Both learned knowledge and solved the problem.
I'll try it first.