[PHP] Some facts about MsSQL/ODBC

2001-11-01 Thread Valentin V. Petruchek
Hello everyone! Here i'm not going to ask community about smth. I would like to present results of one test speed. i perform the same query to MsSQL directly (using mssql_...) and through ODBC (odbc_...) In first case (direct connection) php works SLOWER than through ODBC. My server is on NT

Re: [PHP] Some facts about MsSQL/ODBC

2001-11-01 Thread l0t3k
Valentin, first, let us know exactly how you tested. second, i think it may have to do with the way the direct extension is written. the direct extension does batch fetches every time it does a physical read of the database. if all you're trying to get is a value from the first row in a