OCICollGetElemArray Implementation

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
demonek
Posts: 2
Joined: Tue 07 Jun 2005 18:46

OCICollGetElemArray Implementation

Post by demonek » Thu 07 Dec 2006 13:46

Can you implement this function for TOraArray? Function GetItemAsFloat is ok but slower for processing large number of items.

Or maybe there is another way to get all array items faster ( at once ) from TOraArray object ?

Regards
artur

demonek
Posts: 2
Joined: Tue 07 Jun 2005 18:46

Post by demonek » Thu 07 Dec 2006 13:48

I forgot to write that now GetItemAsFloat it uses OCICollGetElem. A new function GetItemsAsFloat : array of double would be great.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 08 Dec 2006 16:09

We consider your suggestion and perhaps implement it but not in the nearest future.

Post Reply