bulk select into TObjectList

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
amoroder
Posts: 30
Joined: Sun 12 Sep 2010 11:33

bulk select into TObjectList

Post by amoroder » Thu 11 Jun 2015 12:47

Hello,

I would like to load many records from Oracle into a delphi TObjectList. Is such a procedure already available in odac ?

Thanks
Andreas

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: bulk select into TObjectList

Post by AlexP » Fri 12 Jun 2015 09:01

Hello,

Such feature as working with Delphi objects created using database records is implemented in our ORM - EntityDAC, Download the EntityDAC trial from our website: https://www.devart.com/entitydac/ .

Post Reply