On Apr 15, 3:52 am, [EMAIL PROTECTED] (Chas. Owens) wrote:
> On Mon, Apr 14, 2008 at 7:11 PM, Jenda Krynicky <[EMAIL PROTECTED]> wrote:
>
> snip> > my $sql = q/SELECT Account,Last_Name,First_Name,Email_Address FROM
> > > prospects WHERE Email_Address='?'/;
>
> > Drop the singlequotes. This way
On 15 huhti, 03:52, [EMAIL PROTECTED] (Chas. Owens) wrote:
> On Mon, Apr 14, 2008 at 7:11 PM, Jenda Krynicky <[EMAIL PROTECTED]> wrote:
>
> snip> > my $sql = q/SELECT Account,Last_Name,First_Name,Email_Address FROM
> > > prospects WHERE Email_Address='?'/;
>
> > Drop the singlequotes. This way
On Mon, Apr 14, 2008 at 7:11 PM, Jenda Krynicky <[EMAIL PROTECTED]> wrote:
snip
> > my $sql = q/SELECT Account,Last_Name,First_Name,Email_Address FROM
> > prospects WHERE Email_Address='?'/;
>
> Drop the singlequotes. This way your SQL searches for a literal
> questionmark in the Email_Addres
From: "Pat Rice" <[EMAIL PROTECTED]>
> Hi all
> I'm looking for some good ideas on trouble shooting SQL.
>
> as in I have wrote thsi code, but I wondering if there is any way we
> can a debug level, so that it would tell me if the query failed.
> eg.
> my $sql = q/SELECT Account,Last_Name,First_N
On Apr 14, 2008, at 10:40, Jeff Pang wrote:
On Mon, Apr 14, 2008 at 10:35 PM, Pat Rice
<[EMAIL PROTECTED]> wrote:
Hi all
I'm looking for some good ideas on trouble shooting SQL.
as in I have wrote thsi code, but I wondering if there is any way we
can a debug level, so that it would tell me
On Mon, Apr 14, 2008 at 10:35 PM, Pat Rice <[EMAIL PROTECTED]> wrote:
> Hi all
> I'm looking for some good ideas on trouble shooting SQL.
>
> as in I have wrote thsi code, but I wondering if there is any way we
> can a debug level, so that it would tell me if the query failed.
> eg.
> my $sql = q
Hi all
I'm looking for some good ideas on trouble shooting SQL.
as in I have wrote thsi code, but I wondering if there is any way we
can a debug level, so that it would tell me if the query failed.
eg.
my $sql = q/SELECT Account,Last_Name,First_Name,Email_Address FROM
prospects WHERE Email_Addre