PHP Tutorial MSSQL Connection call to undefined function mssql_connect ()
Now want to connect MSSQL2000, the MSSQL data into MySQL, found that link is not on MSSQL,
Tip Call to undefined function mssql_connect ()
Steps have been made:
1:php.ini
Extension = Php_mssql.dll Front semicolon removed
2:
The php_mssql.dll copied to the EXT directory, ext directory is extension_dir directory, Php_mssql.dll in PHP5 not found, is copied from the previous PHP4, do not know the version of the problem,
3: Modified bar Php_mssql.dll copied to the System32 directory, also copied to the Windows directory
Parsing methods
1:php.ini
Extension = Php_mssql.dll Front semicolon removed
Right, have to do
2:
The php_mssql.dll copied to the EXT directory, ext directory is extension_dir directory, Php_mssql.dll in PHP5 not found, is copied from the previous PHP4, do not know the version of the problem,
It should be possible.
3: Modified bar Php_mssql.dll copied to the System32 directory, also copied to the Windows directory
It doesn't have to be done, it doesn't hurt.
The key step is not done!
Place Ntwdblib.dll in the system's search path
Upgrade SQL Server 2000 to SP4, or PHP can be over Mssql_connect is not connected to the 1433 port of SQL Server
http://www.bkjia.com/PHPjc/630879.html www.bkjia.com true http://www.bkjia.com/PHPjc/630879.html techarticle PHP Tutorial MSSQL connection call to undefined function mssql_connect () now want to connect MSSQL2000, the MSSQL data into MySQL, found that link is not on MSSQL, prompt call to Unde Fined Functi ...