Hi all
I'm trying php to query MS SQL 2000 with mssql_connect() rather than going through a ODBC connection (for speed reasons).
I've have uncheck the following:
extension=php_mssql.dll , and set my extension directory to C:/php/extensions
Are there any dependencies that run off the back of php_mssql.dll or do I need to download any other bundle of dll's to get this working.
I get a call to undefined function for mssql_connect() when I run it through my Zend debugger.
Thank in advanced.
My next question would be, has anyone ever gotten PHP to query MS SQL 😕 😕 😕