php-windows Digest 14 Nov 2006 14:11:50 -0000 Issue 3070
Topics (messages 27272 through 27273):
SQL Server 2005
27272 by: Dale Attree
27273 by: Aspen Olmsted
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Hi all,
I am having trouble connecting to SQL Server 2005. I have installed it with
mixed mode authentication.
When I call mssql_connect('localhost',$username,$password), I get a PHP
error saying unable to connect to server.
In the PHP manual, it says something about an "interfaces" file. Where would
I find this file?
Kind Regards,
Dale
--- End Message ---
--- Begin Message ---
Hello,
I recommend you use PDO and odbc to connect to MS SQL. Other connection
methods have limitations with MS SQL including:
1.) varchars limited to 256
2.) no support for extended characters
Aspen
-----Original Message-----
From: Dale Attree [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 14, 2006 5:14 AM
To: [email protected]
Subject: [PHP-WIN] SQL Server 2005
Importance: High
Hi all,
I am having trouble connecting to SQL Server 2005. I have installed it with
mixed mode authentication.
When I call mssql_connect('localhost',$username,$password), I get a PHP
error saying unable to connect to server.
In the PHP manual, it says something about an "interfaces" file. Where would
I find this file?
Kind Regards,
Dale
--- End Message ---