Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Help with DBD::Oracle Blobs

by RazorbladeBidet (Friar)
on Mar 04, 2005 at 21:18 UTC ( [id://436765]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sth->bind_param(1, $value, ... );
    $sth->bind_param( 2, $value, ... );
    
  2. or download this
    my $sql = "INSERT INTO sometable (x, y, z, blobby) VALUES (?, ?, ?, ?)
    +"
    
    ...
    $sth->bind_param( 4, $lob_value, { ora_type => ORA_BLOB });
    
    $sth->execute();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 02:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found