Hello,

Im using vsphp 2.5 for Visual studio 2008 with Visual Studio 2008 Proffesional edition. When I try to establish a database connection using mssql_connect, I get the following error message:

Fatal error: Call to undefined function mssql_connect()

I have uncommented the line 'extension=php_mssql.dll' in the 'php-xdebug.ini' file (php5 folder, and using php 5)

However, I don's see anything appear about mssql in my phpInfo(), so it seems that the mssql module isn't loaded at all.

have I forgotten some settings or something?

juanc says:

It is possible that you are missing a dll dependancy.

I believe we fixed that in 2.6 but if you don't qualify for a free upgrade to 2.6, I recommend you to try to find the missing dll dependency using the dependency walker tool form Microsoft.

Juan