Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Zend Core for Oracle vs. Zend Core (php
On Thu, 05 Jan 2006 18:48:56 GMT, Mladen Gogala <gogala_at_sbcglobal.net> wrote:
>One nice thing about OCI8 is that it will support array interface when it
>becomes a production. Array interface is already in CVS.
It looks like it implements binding to PL/SQL array/collection types, but the previous version claimed to do that too (although it was badly underdocumented).
I can't spot how you'd do straight OCI bulk binding in the CVS version? All the array_bind* tests run through a PL/SQL procedure with a "table of number index by binary_integer" type - this isn't using the OCI array interface, where you bind to an array, or use callbacks, and set the "iters" parameter > 1 when executing.
-- Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis toolReceived on Thu Jan 05 2006 - 14:20:33 CST
![]() |
![]() |