RE: Calling a PostgreSQL function via DBI
- From: Will.Rutherdale@xxxxxxxxxx (Will Rutherdale)
- Date: Thu, 23 Feb 2006 16:18:32 -0500
Louis,
Perhaps you could attempt to explain, politely this time, what you meant
by the following.
As for your select statement with the $arg1, ..., $argN, thebind_param() function will work
on those arguments too, I'd just suggest to use the process of doublequoting your string
concatenation assignments upfront:
$arg1 = "$someVariable" . "::someText";
What exactly do you believe adding the double quotes does to alter the
string value stored in $arg1? How is it any different from the
following:
$arg1 = $someVariable . "::someText";
Please spare us the rudeness while you're at it and just stick to the
technical issues.
-Will
-----Original Message-----
From: Louis Gonzales [mailto:louis.gonzales@xxxxxxxxxxxxxx]
Sent: Thursday 23 February 2006 15:47
To: Christian Stalp
Cc: dbi-users@xxxxxxxx; alexander@xxxxxxxx
Subject: Re: Calling a PostgreSQL function via DBI
And again, in now a third attempt to clarify to Will, nowhere did I
state that double quoting around a variable in PERL, is going to produce
a string with quote marks????????? Please Will, pay attention to what
I've written/write and don't paraphrase/quote me, because you are taking
everything I write, out of context and adding your own invalid ideas to
them.
- - - - - - - Appended by Scientific-Atlanta, Inc. - - - - - - -
This e-mail and any attachments may contain information which is confidential, proprietary, privileged or otherwise protected by law. The information is solely intended for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer.
.
- Follow-Ups:
- Re: Calling a PostgreSQL function via DBI
- From: Louis Gonzales
- Re: Calling a PostgreSQL function via DBI
- Prev by Date: Re: Calling a PostgreSQL function via DBI
- Next by Date: Re: Calling a PostgreSQL function via DBI
- Previous by thread: RE: Calling a PostgreSQL function via DBI
- Next by thread: Re: Calling a PostgreSQL function via DBI
- Index(es):
Relevant Pages
|