Looks like this groups saves the day again.
"John Krewson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> mssql_pconnect cannot be closed as you mentioned:
> http://www.php.he.net/manual/en/function.mssql-pconnect.php
>
> I am using this as well, calling MSSQL
Take a look at the documentation at
http://www.php.net/manual/en/function.mssql-close.php whhere it says
"mssql_close() will not close persistent links generated by
mssql_pconnect()".
connections created by mssql_pconnect() will only be closed when the PHP
process terminates.
- Frank
> I've writ
mssql_pconnect cannot be closed as you mentioned:
http://www.php.he.net/manual/en/function.mssql-pconnect.php
I am using this as well, calling MSSQL on a Windows box from PHP/Apache
on Linux, and I am also getting some of the results you mentioned,
although it behaves differently at different ti
mssql_close() doesnt do anything when you use mssql_pconnect as this is a persistant
connection. If you want to close the connection after you've finnished with it you
should use mssql_connect() instead.
Hope this helps
-Original Message-
From: Tim Evans [mailto:[EMAIL PROTECTED]]
Sent: