My error is:
Warning: mssql_pconnect() [function.mssql-pconnect]: Unable to connect to server: etc.
my web is ultimate web eternal and my connect code:
i'm use windows autenticationCode:<?php function Conectarse() { global $link; if (!($link=mssql_pconnect("ROBERTO-095B4BC\SQLEXPRESS","sa","simeimporta"))) { exit(); } if (!mssql_select_db("UserLogin",$link)) { exit(); } return $link; } Conectarse();
help me please





