Re: [PHP-WIN] Re: php with mssql

2002-11-14 Thread Miha Nedok
I recommend anyone using ODBC to access MSSQL to use the php_mssql.dll. I have successfuly connected a test application and benchmarked with ab ( Apache Benchmar) 10 hits without any errors ! -Mike On Thu, 14 Nov 2002, soff wrote: > Date: Thu, 14 Nov 2002 15:00:05 +0800 > From: soff <[EMA

RE: [PHP-WIN] Re: php with mssql

2002-11-14 Thread Matt Kynaston
PEAR::DB - time abstracting is never wasted!! Either that or rewrite the mssql_* functions to use FreeTDS (www.freetds.org) instead of dblib. (Just kidding - used freetds+mssql under Linux and it works extremely well, but not even sure it compiles under windows! It _would_ be nice to see better

Re: [PHP-WIN] RE: php with mssql

2002-11-13 Thread soff
Thanks for your help. My SQLServer version is Enterprise, there is no connection limit. MDAC2.7 have no help as you said :( ÄúÔÚ Wed, 13 Nov 2002 11:57:19 - µÄÀ´ÐÅÖÐÌáµ½: > > I am trying to connect mssql with php, when I use > > mssql_pconnect(), It > > will fail to connect when the amou

RE: [PHP-WIN] RE: php with mssql

2002-11-13 Thread Matt Kynaston
> I am trying to connect mssql with php, when I use > mssql_pconnect(), It > will fail to connect when the amount of visitors becomes large. Just a thought - are you using the developer (ie MSDN subscription) version of SQLServer? That limits connections to 10 - and since mssql_pconnect will lea