|
Hi,
I have a database that used varrays in Oracle. I can't call a prepare statement in the DBI without it throwing an error that says
"prepare failed: ERROR OCIDefineObject call needed but not implemented yet [for Statement "select comments"
where comments is a column of type varray.
Is this not supported in DBD-Oracle?
If not is there any way to get around this?
-Chuck
|