Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19892 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47847 invoked by uid 1010); 2 Nov 2005 15:01:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47832 invoked from network); 2 Nov 2005 15:01:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Nov 2005 15:01:45 -0000 X-Host-Fingerprint: 64.233.184.198 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.198:6355] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2D/FE-02082-9D4D8634 for ; Wed, 02 Nov 2005 10:01:45 -0500 Received: by wproxy.gmail.com with SMTP id 70so59938wra for ; Wed, 02 Nov 2005 07:01:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=INAC/JL/ao1YLNAwC7QiyHK38REh0XZjBA6EIdFHEWeGUCTKL4s/7G35408ymlnCqalx80tSCNpgxwCYo0e4juv/AFJLgd70irigdViMfNlrAELq0SyJPOK8Lu29xmi5QgO5DeBFqn5BgNZKGxMrsDjSfwtl4eNGzum8dWW1rgE= Received: by 10.54.120.5 with SMTP id s5mr2053436wrc; Wed, 02 Nov 2005 07:01:42 -0800 (PST) Received: by 10.54.76.6 with HTTP; Wed, 2 Nov 2005 07:01:42 -0800 (PST) Message-ID: <4e89b4260511020701g7c6de8c8s7c064de9574c9b09@mail.gmail.com> Date: Wed, 2 Nov 2005 10:01:42 -0500 To: Andrey Nikolaev Cc: internals@lists.php.net In-Reply-To: <6C.6D.02082.522D8634@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6C.6D.02082.522D8634@pb1.pair.com> Subject: Re: [PHP-DEV] Is it necessary to have different DSN formats in PDO ? From: kingwez@gmail.com (Wez Furlong) That's one of the reasons why we don't do it. --Wez. On 11/2/05, Andrey Nikolaev wrote: > It's much easer to write, parse and generate. Only don't know what to do= with ODBC: > > "odbc:Driver=3D{Microsoft Access Driver (*.mdb)};Dbq=3DC:\\db.mdb;Uid=3DA= dmin" > "odbc:DSN=3D{IBM DB2 > ODBC};HOSTNAME=3Dlocalhost;PORT=3D50000;DBNAME=3DSAMPLE;PROTOCOL=3DTCPIP;= UID=3Ddb2inst1;PWD=3Dibmdb2;"