RE: [PHP-WIN] mssql and php4

2001-04-19 Thread Svensson, B.A.T.
>-Original Message- >From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] [...] >check out www.mysql.com >(or you maybe a really big bubu in your DB structure) Cutted from "www.mysql.com" "Why use MySQL? MySQL is very fast, reliable, and easy to use. If that is what you are looking fo

RE: [PHP-WIN] mssql and php4

2001-04-19 Thread Mr. Adam ALLEN.
IL PROTECTED]] > Sent: Thursday, April 19, 2001 2:37 PM > To: Tomasz Abramowicz; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] mssql and php4 > > > > > >-Original Message- > >From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] > >

RE: [PHP-WIN] mssql and php4

2001-04-19 Thread Svensson, B.A.T.
>-Original Message- >From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] >hihi, mssql = sux Well, that's a very intelligent and elaborated statment indeed. Regards, Anders -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: RE: [PHP-WIN] mssql and php4

2001-04-18 Thread Frank M. Kromann
l the help, > Kelvin. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 18 April 2001 15:18 > To: Kelvin Luck > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] mssql and php4 > > > >Any other ideas? > > Other fac

RE: [PHP-WIN] mssql and php4

2001-04-18 Thread Kelvin Luck
e someone elses machine... Thanks for all the help, Kelvin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 18 April 2001 15:18 To: Kelvin Luck Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] mssql and php4 >Any other ideas? Other factors that could affect perfor

Re: [PHP-WIN] mssql and php4

2001-04-18 Thread joel
>Any other ideas? Other factors that could affect performance would be: Is your table indexed? How big the database is. How complex is the query in "mssql_query($getArticlesSQL)" Server cpu load. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP-WIN] mssql and php4

2001-04-18 Thread joel
>Any other ideas? Maybe you could install mysql and/or interbase on the same server as mssql. Then you could do comparison tests. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

RE: [PHP-WIN] mssql and php4

2001-04-18 Thread Kelvin Luck
have PHP somehow set up wrong... Any other ideas? Thanks, Kelvin. -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] Sent: 18 April 2001 06:41 To: Tomasz Abramowicz Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] mssql and php4 MSSQL is actually as fast

Re: [PHP-WIN] mssql and php4

2001-04-17 Thread Frank M. Kromann
MSSQL is actually as fast (or faster) as mysql on the same hardware, but I guess you can compare the two and get the results you want. On the other hand that is not the issue ! When you are configuring MSSQL systems with server and client on two different computers you should consider using TC

Re: [PHP-WIN] mssql and php4

2001-04-17 Thread Tomasz Abramowicz
hihi, mssql = sux check out www.mysql.com (or you maybe a really big bubu in your DB structure) > Hi, > I am just starting out with php and have managed to get it running OK on my > machine (Win2K) and connecting to an MSSQL 7 database on another machine (on > my LAN). However, it seems to run r

[PHP-WIN] mssql and php4

2001-04-17 Thread Kelvin Luck
Hi, I am just starting out with php and have managed to get it running OK on my machine (Win2K) and connecting to an MSSQL 7 database on another machine (on my LAN). However, it seems to run really slowly when accessing the database. It takes around 6 seconds for my simple page to appear... At fir