RE: [PHP-DEV] RE: CVS Account Request: cleong

2006-07-29 Thread Frank M. Kromann
The MSSQL extension can be linked against FreeTDS (php_dblib.dll on Win32). This removes all the limitations that exists in ntwdblib. - Frank > As far as I know, and I might be wrong, ASP.NET uses a managed runtime .NET > interface which does not use COM (It's the actual TDS protocol implemented

RE: [PHP-DEV] RE: CVS Account Request: cleong

2006-07-29 Thread Andi Gutmans
As far as I know, and I might be wrong, ASP.NET uses a managed runtime .NET interface which does not use COM (It's the actual TDS protocol implemented in managed code). COM is viewed as poor way to run such interfaces both for performance reasons and resource reference counting resources. Andi >