Re: binding values to sql statement in DBI perl

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: binding values to sql statement in DBI perl
Date: 2005-04-07 03:40:55
Message-ID: e656d1af92ce8069083f13ea21b87056@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> I am having trouble with binding values to SQL statements using dbi perl.
...
> and try querying , it displays an error message saying
>
> "unbound place holder "

This means that one of the placeholders you are using is not being "filled in"
when you try and execute the query. Send us the exact code and SQL you are
using and we can better help you.

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200504062339
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iD8DBQFCVKvfvJuQZxSWSsgRAt5KAKD1/gq5xy0euinQ7pamEdVtI/VyiACeMVoj
WTSgr3+cl+TDBj7Gn4dQZiw=
=MJp0
-----END PGP SIGNATURE-----

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2005-04-07 10:19:51 Re: JOIN on a lookup table
Previous Message Keith Worthington 2005-04-07 01:50:39 Re: JOIN on a lookup table