RE: Problem with Oracle collections/objects

2011-12-11 Thread John Scoles
Well I wrote the code in DBD::Oracle for embedded objectes/types so I am the one to blame for that. From the SQL and connection string below looks like you are using the Oralce sql extensions to get the data back and not the native DBD::Oracle/OCI object selections so we might be looking at so

Development release of DBD::ODBC with native execute_for_fetch support

2011-12-11 Thread Martin J. Evans
Hi, I have just uploaded DBD::ODBC 1.34_1 to CPAN. This release adds very experimental support for a native execute_for_fetch method to DBD::ODBC which means you can do multiple row inserts/updates/deletes much quicker than using DBI's default execute_for_fetch (so long as you are using execu