Sandeep Chayapathi [mailto:[EMAIL PROTECTED] wrote:
>  
> You should escape the $. For eg, this prints $ literally:
>  perl -e 'print "\$";'
> 
> so you could do "create table foo\$bar (id integer);"

That *is* what he tried to do:

> > But if i try to do this
> > $dbh->do("create table foo\$bar (id integer);");
> > in a script, then following error is emiited:
> > DBD::Pg::db do failed: Execute called with an unbound placeholder


Ronald


Reply via email to