in reply to Re: Help with DBD::Oracle Blobs
in thread Help with DBD::Oracle Blobs

I'm trying to see if I can avoid doing all those bind_params. The actual list is 10 elements. Seems crazy to have to spell all those out just to have one odd bind_param type.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^3: Help with DBD::Oracle Blobs
by jbrugger (Parson) on Mar 04, 2005 at 21:53 UTC
    It seems to work that way... ever tried a for-next loop to bind them ;-)
    I know... this was for the fun...
    But serious, in ALL the examples i've seen, you'd have to do it like this.
    Perhaps a time to creat your own module / update the current?