How to get ODAC Version in Runtime ?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Thomas Speck
Posts: 7
Joined: Mon 08 Nov 2004 16:51
Location: Karlsruhe

How to get ODAC Version in Runtime ?

Post by Thomas Speck » Wed 06 Apr 2005 14:00

How can i get the installed ODAC Version in RunTime ? I didn't find any published properties with ODAC Version.

Any hints ?

Background: I want to show the ODAC Version on a Form to control with which Version of ODAC the App was compiled.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 06 Apr 2005 15:16

You can use ODACVersion variable declared in Ora unit

Post Reply