in reply to DBD::Oracle array inserts?

The last I'd heard, support for VARRAYs was in the works, but isn't yet available. Here is some guy ... OK, Tim Bunce ... 's latest public word on the subject. He oughta know, cos' he wrote the module (thanks Tim!)

If you want to get or are already handy with PL/SQL and/or Java (Oracle 8i), you might look into writing a function to insert a VARRAY.

HTH.

perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth +er_name\n"'

Replies are listed 'Best First'.
Re: Re: DBD::Oracle array inserts?
by RiotTown (Scribe) on Aug 17, 2001 at 00:33 UTC
    Not really the answer I was hoping for (more like the one I expected) but you can't win them all... I'll check out the PL/SQL idea. Thanks for the info! - D