On Wed, 23 Mar 2005 09:01:09 +0800, Christopher Kings-Lynne
<[EMAIL PROTECTED]> 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/

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to