CVS Account Request: cleong

php.internals

Chung Leong

20 years ago
I would like to submit a replacement for the Win32 mssql extension that I have recently completed. The extension provides the same set of functions as mssql, but uses OLEDB to talk to SQLServer instead of DBLIB. It allows users to retrieve varchar column wider than 255 and also Unicode columns as UTF-8.

Andi Gutmans

20 years ago
Hi Chung, Any idea on the performance of OLEDB? My understanding was that due to it going through the COM layer, performance will be relatively poor. Any idea? Andi