[PHP-DB] PHP4 on Windows & using MSSQL

2003-02-23 Thread Kevin Gordon
Hi Everyone, >From a Linux session: ~ # telnet 10.1.1.1 1433 Trying 10.1.1.1... Connected to 10.1.1.1. Escape character is '^]'. Connection closed by foreign host. >From within NT4 Primary Domain Server: SQL Server Query Analyzer using the user login & password applied in PHP (and created in MSSQ

Re: [PHP-DB] PHP4 on Windows & using MSSQL

2003-02-21 Thread Kevin Gordon
figure out what really went wrong. > > Coolio > > > > > > > >From: Kevin Gordon <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: [PHP-DB] PHP4 on Windows & using MSSQL > >Date: 20 Feb 2003 20:10:44 +1300 > > > >I have

[PHP-DB] PHP4 on Windows & using MSSQL

2003-02-19 Thread Kevin Gordon
I have written PHP which runs 100% on Linux & Postgresql. I have been successful installing PHP4 on windows as an ISAPI MODULE. My PHP code runs ok on Windows NT4 ok except: (a) Session functions produce errors (b) I am unable to connect to MSSQL (using ODBC). The System ODBC Driver tests ok. Any