Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Named binds in Perl DBI
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_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Feb 26 2004 - 06:22:26 CST
![]() |
![]() |