Re: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-15 Thread Todd WIlliamsen
I found the problem... For some unknown reason, I cannot connect to the sample database Northwind. It doesn't like it, even if I am connecting as "sa" weird "Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > | The first thing I would check

Re: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-15 Thread Christoph Grottolo
| The first thing I would check is to make sure that the php_mssql.dll module | is installed correctly. You can do this by creating a simple script with | | php_info(); You mean phpinfo(); Christoph -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-14 Thread Flint Doungchak
: [EMAIL PROTECTED] Subject: RE: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7 The SQL Server 7 is local so I don't need the client software. I looked at that so-called explanation, and doesn't explain anything -Original Message- From: Frank M. Kromann [mailto:[EMAIL P

RE: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-14 Thread Todd Williamsen
PROTECTED] Subject: Re: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7 Hi Todd, This is documented on http://www.php.net/manual/en/ref.mssql.php. The client libraries is found on the MS SQL Server CD and if you are running PHP on the same box as the MS SQL Server is installed you ha

Re: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-14 Thread Frank M. Kromann
-Original Message- > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 13, 2002 5:48 PM > To: Todd WIlliamsen > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Getting PHP to behave with MS SQL Server 7 > > > Hi Todd, > > If you are usin

Re: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-14 Thread Todd WIlliamsen
ow come PHP didn't document this or did they just whip > > up the documentation for MS SQL? > > > > -----Original Message- > > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 13, 2002 5:48 PM > > To: Todd WIlliamsen

Re: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-14 Thread Nicole Amashta
27;t document this or did they just whip > up the documentation for MS SQL? > > -Original Message- > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 13, 2002 5:48 PM > To: Todd WIlliamsen > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Getting PH

Re: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Frank M. Kromann
Hi Todd, If you are using the ISAPI version you need to restart the web server in order to use the mssql_extension. If you are using CGI and getting undefined function for mssql_connect, you might have more than one php.ini file on your system ? You also need to install the client libraries f

[PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Todd WIlliamsen
Ok, I followed the instructions very closely, to what vague instruction there are. I umcommented out the .dll files and I get undefined variable for mssql_connect() Now there is barely any documentation on this and the tech support has gotten me ZERO results, I am hoping since this is a WINDOWS