http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m: "Justin Felker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: May 31 2002 11:21 PM
Subject: Re: [PHP] MS SQL Problem
> Thanks for the reply. Actually, I am using both mssql_free_query
> and mssql_close along with mssql_pconnect. It still happens
> however
Thanks for the reply. Actually, I am using both mssql_free_query and
mssql_close along with mssql_pconnect. It still happens however. I can
post the code if you are unsure. Does it have a history of threading
issues as it only seems to happen when several requests are sent all at
once or a
Hiya,
were you using the appropriate free_query & close functions to free up the
memory & more importantly the socket used to talk to the sql server?
You might want to try using the _pconnect function if it's available instead
of the usual _connect statement.
I'd guess that PHP ran out of socket
On 29 Apr 2002 at 14:14, Joshua E Minnie wrote:
> if(user_exists($dbname,"users","user",$user) > 0) {
echo the variables to make sure they are what they should be.
> function user_exists($dbname, $table, $field, $value) {
echo the variables to make sure they are what they should be.
> $quer
5 matches
Mail list logo