I was unable to connect o mssql database in drupal6.
The steps i am using are:

$atams = mssql_connect($servername,$username,$pwd);
mssql_select_db($db, $atams);

I was not getting any message displayed after above two functions.
I am using this function in the module.

Comments

imartest’s picture

Hi Kindly check package is supporting or not.then check connection.