|
Posted by J.O. Aho on 02/25/07 16:55
Ron wrote:
> On Sun, 25 Feb 2007 13:18:48 +0100, "J.O. Aho" <user@example.net>
> wrote:
>> I suggest you look a little bit at the user comments at
>> http://www.php.net/manual/en/function.mssql-connect.php
>> it seems like there are differences depending on the version of mssql.
>>
>> You could try to use
>> $con=mssql_connect("localhost,1433","username","password");
>
> Mine is localhost for what it's worth. I struggled with this too :)
What error message do you guys get when you try to connect, try to output the
mssql_get_last_message() (mssql don't have at all as much error reporting
support as mysql).
--
//Aho
[Back to original message]
|