Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25053 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63745 invoked by uid 1010); 29 Jul 2006 16:44:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63730 invoked from network); 29 Jul 2006 16:44:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2006 16:44:41 -0000 X-PHP-List-Original-Sender: chw@hauser-wenz.de X-Host-Fingerprint: 72.254.0.202 s-utl02-sjpop.stsn.net Windows 2000 SP4, XP SP1 Received: from ([72.254.0.202:11308] helo=s-utl02-sjpop.stsn.net) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 10/E8-58709-4CB8BC44 for ; Sat, 29 Jul 2006 12:24:38 -0400 Received: from s-utl02-sjpop.stsn.net ([127.0.0.1]) by s-utl02-sjpop.stsn.net (SMSSMTP 4.1.2.20) with SMTP id M2006072909243332343 for ; Sat, 29 Jul 2006 09:24:33 -0700 X-Spam-Status: No, hits=0.0 required=9.9 tests=ALL_TRUSTED: -2.867,AWL: 0.278,BAYES_00: -1.665 X-Spam-Level: Received: from [10.151.17.66] ([10.151.17.66]) by s-utl02-sjpop.stsn.net for internals@lists.php.net; Sat, 29 Jul 2006 09:24:33 -0700 Message-ID: <44CB8BB8.7090202@hauser-wenz.de> Date: Sat, 29 Jul 2006 09:24:24 -0700 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [PHP-DEV] RE: CVS Account Request: cleong From: chw@hauser-wenz.de (Christian Wenz) Hi Andi, ASP.NET is using OLEDB, as well, and in my experiences this does not add to much penalty to communicating with MSSQL (however obviously more exhaustive performance tests are required). However I am wondering whether the OLEDB way would still work on non-Windows PHP versions? If not: Having two compatible, but internally completely different MSSQL extensions for win32 and non-win32 sounds dangerous to me. --Christian > 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 > > > -----Original Message----- > > From: Chung Leong [mailto:chernyshevsky@hotmail.com] > > Sent: Friday, July 28, 2006 2:37 PM > > To: internals@lists.php.net > > Subject: [PHP-DEV] CVS Account Request: cleong > > > > 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. > >