RE: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread David Redmond
is set to TCP/IP and not Named Pipes. This can be found by running '%SYSTEMROOT%\System32\CliConfg.exe' Hope this fixes it up. Cheers -Original Message- From: Nicole Amashta [mailto:[EMAIL PROTECTED]] Sent: Friday, 8 March 2002 2:34 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Conn

Re: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread David Elliott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salutation nicole On 07 March 2002 at 11:33:42 -0500 (which was 16:33 where I live) Nicole Amashta thoughtfully wrote the following NA> OK, I have Apache and PHP 4.0.6 installed. I want to be able to access an MS NA> SQL Server, but I don't want to

Re: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
cause it will > probably use the php_mssql.dll to access the database. > > Try it and see... > > > > Thank you, > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS > > > -Original Message- > From: Nicole Amashta [mailto:[EMAIL PROTECTED]] &g

RE: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread Hunter, Ray
access the database. Try it and see... Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Nicole Amashta [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 9:34 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Connect to MS SQL server on diff

[PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
OK, I have Apache and PHP 4.0.6 installed. I want to be able to access an MS SQL Server, but I don't want to install SQL Server on the web server. What files are needed in order to do this? Normally, I have no problem with this because I typically have MS SQL Server installed on the web server.