jplanigan Posted September 30, 2009 Share Posted September 30, 2009 I am working on porting an application for a client from PHP 4 on Solaris to PHP 5.3 on IIS and there is a requirement to continue using MS SQL Server 2000. I have been searching and hacking on this trying to figure out how to get PHP 5.3 to connect to SQL Server 2000 and have not had any success. I would prefer to be able to use php_mssql.dll and mssql_connect, but the latest thing I have tried is to install the MS PHP driver and native client. I been unsuccessful at establishing a connection with this. I would appreciate any help or links to complete tutorial type documentation. Thanks, Patrick Link to comment https://forums.phpfreaks.com/topic/176112-help-needed-with-php-53-and-ms-sql-server-2000/ Share on other sites More sharing options...
corbin Posted October 1, 2009 Share Posted October 1, 2009 You'll probably have to use FreeTDS. Link to comment https://forums.phpfreaks.com/topic/176112-help-needed-with-php-53-and-ms-sql-server-2000/#findComment-928072 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.