ODAC TIniFile replacement

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

ODAC TIniFile replacement

Post by amoroder » Sun 19 Dec 2010 13:27

Hello,

we have some informations stored in ini files and would like to store them in oracle in future. I am searching for a class that emulates the TIniFile methods but uses ODAC to store and retrieve the data in Oracle.
Does such a class already exist ?

Thanks
Andreas

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

Post by AlexP » Mon 20 Dec 2010 07:47

Hello,

There is no such feature in ODAC for the time being, so you should create it manually.
But we will investigate the possibility of adding this feature in one of the next versions of ODAC.

amoroder
Posts: 30
Joined: Sun 12 Sep 2010 11:33

Post by amoroder » Mon 20 Dec 2010 09:59

Hello,

I did not expect that it is part of ODAC, but hoped that someone has had the same necessity and has written such a class.

To get it as part of ODAC would even be better.

Thanks
Andreas

Post Reply