Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

DBD and bind_param (Oracle)

by Skeeve (Parson)
on Dec 09, 2010 at 10:35 UTC ( [id://876229]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    SELECT * FROM mytabel WHERE mycolumn = :VAR1
    
  2. or download this
    $sth->bind_param(':VAR1', $myvalue);
    
  3. or download this
    SELECT * FROM mytabel WHERE mycolumn in (:VAR1)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://876229]
Approved by moritz
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found