RE: [PHP] MS SQL Problem

2002-09-13 Thread M . A . Bond
http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MS SQL Problem

2002-06-01 Thread Sqlcoders.com Programming Dept
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

Re: [PHP] MS SQL Problem

2002-05-31 Thread Justin Felker
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

Re: [PHP] MS SQL Problem

2002-05-31 Thread Sqlcoders.com Programming Dept
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

Re: [PHP] MS SQL problem

2002-04-29 Thread David Freeman
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