Re: Named binds in Perl DBI

  • From: Mladen Gogala <mgogala@xxxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Thu, 26 Feb 2004 07:25:29 -0500

On 02/26/2004 01:20:32 AM, Cary Millsap wrote:
> Can someone please remind me how to use the "where col1=:a" DBI syntax
> instead of having to use "where col1=?"

Wherever you were putting column number, you can put the string containing
the variable name, with ":" included.


-- 
Mladen Gogala
Oracle DBA
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: