Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59334 invoked by uid 1010); 23 Mar 2005 04:06:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59285 invoked from network); 23 Mar 2005 04:06:25 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 23 Mar 2005 04:06:25 -0000 X-Host-Fingerprint: 64.233.184.207 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.207:49006] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id BE/D2-04146-E3BE0424 for ; Tue, 22 Mar 2005 23:06:22 -0500 Received: by wproxy.gmail.com with SMTP id 69so33836wra for ; Tue, 22 Mar 2005 20:06:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=NS4jRzEx822uSOKWcagrhk3oyq3uBZbMRP6cz9CsRlbZE7IDGsGJgHXdhV1Irk6wkeJd/dMEW0tTVxNHvREDFKLS62E6Q5OtvTxQb9WtT3q21pBPLUhd57Jbd/cbMVG11kk7k+GxB/UwcHmUitE69J9vXZT3Tx2CNxHHr0AYLUc= Received: by 10.54.100.12 with SMTP id x12mr241346wrb; Tue, 22 Mar 2005 20:06:17 -0800 (PST) Received: by 10.54.86.5 with HTTP; Tue, 22 Mar 2005 20:06:17 -0800 (PST) Message-ID: <5c28747205032220061ce19157@mail.gmail.com> Date: Tue, 22 Mar 2005 22:06:17 -0600 Reply-To: Jason Sweat To: Christopher Kings-Lynne Cc: Dan Scott , php-dev In-Reply-To: <4240BFD5.9090605@familyhealth.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <423F84AD.9070809@familyhealth.com.au> <027201c52ed8$8b369170$1200000a@intra.emini.dk> <42402D82.8000305@familyhealth.com.au> <4240BFD5.9090605@familyhealth.com.au> Subject: Re: [PHP-DEV] pdo_pgsql From: jason.sweat@gmail.com (Jason Sweat) On Wed, 23 Mar 2005 09:01:09 +0800, Christopher Kings-Lynne wrote: > Hi Dan, > > What I mean is, will PDO happily parse this PostgreSQL statement and > substitute the two variables correctly? > > SELECT '?', ? from "?" where ? = $_$?$_$; Oracle has bound variables, but you can't use a bind variable for a table or field in the sql statement. Regards, Jason http://blog.casey-sweat.us/