[PHP-WIN] Re: php with mssql

2002-11-13 Thread soff
Hello, I think changing to ODBC may cost lots of time :( ÄúÔÚ Wed, 13 Nov 2002 17:19:31 + µÄÀ´ÐÅÖÐÌáµ½: > Hail soff > > On 13 November 2002 at 14:56:19 +0800 (which was 06:56 where I live) soff > rearranged electrons to get > > > I am trying to connect mssql

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

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

2002-11-13 Thread soff
Hello, My env is Win2000 Server + php lastest STABLE + Aapache 2.0.43 + MS SQL Server 2000(SP2). ÄúÔÚ Wed, 13 Nov 2002 13:50:25 +0530 µÄÀ´ÐÅÖÐÌáµ½: > Hi Soff, > Can U briefly explain in which platform is PHP running? > Regards > > > -Original Message- > Fr

Re: [PHP-WIN] php with mssql

2002-11-13 Thread soff
w me an example of where INSERT or > UPDATE code returns with '1'? What does it return for pconnect? > > -Dash > > Celebrate Hannibal Day this year. Take an elephant to lunch. > > On Wed, 13 Nov 2002, soff wrote: > > > With normal connection, I can run SE

Re: [PHP-WIN] php with mssql

2002-11-12 Thread soff
. > > -Dash > > A computer, to print out a fact, > Will divide, multiply, and subtract. > But this output can be > No more than debris, > If the input was short of exact. > -- Gigo > > On Wed, 13 Nov 2002, soff wrote: > > >

Re: [PHP-WIN] php with mssql

2002-11-12 Thread soff
7;ve never timed it or anything, > but it just seems to make more sense to do so. > > -Dash > > Never make anything simple and efficient when a way can be found to > make it complex and wonderful. > > On Wed, 13 Nov 2002, soff wrote: > > > Dash, > > > &

Re: [PHP-WIN] php with mssql

2002-11-12 Thread soff
:P At Tue, 12 Nov 2002 23:04:43 -0800 (PST), You Write: > Soff, > > What web server are you using? I know that if you use Apache (which has a > max threads (?) paramater of 150) against MySQL (default: 100) and > pconnect, the database can start to deny new connections. You may be

[PHP-WIN] php with mssql

2002-11-12 Thread soff
hello, 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. But, when I use mssql_connect(), I can only run SELECT quern, while the INSERT/UPDATE staments doesn't work. Can somebody tell me why? thanks and sorry fo