Re: [PHP-DB] MSSQL functions vs. ODBC functions

2002-07-25 Thread Manuel Lemos
Hello, On 07/25/2002 02:34 PM, Andrew Hill wrote: > Mark, > > ODBC is not inherently slower - it depends if the driver is built as an > abstraction to the native layer or if it bypasses the native layer. In > addition, a properly written ODBC driver will actually enforce > additional functiona

RE: [PHP-DB] MSSQL functions vs. ODBC functions

2002-07-25 Thread Andrew Hill
Mark, ODBC is not inherently slower - it depends if the driver is built as an abstraction to the native layer or if it bypasses the native layer. In addition, a properly written ODBC driver will actually enforce additional functionality on the back-end database, to further isolate you from func