Version Number and Date at RunTime

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jfudickar
Posts: 202
Joined: Fri 10 Mar 2006 13:03
Location: Oberursel / Germany

Version Number and Date at RunTime

Post by jfudickar » Wed 21 Feb 2007 22:56

Hi

is there a way to detect the version number and the release date of the components as runtime?

If not, is it possible to include such constants to the next release?

I want to include them to my bug reports so i can see which version is used internally.

Greetings
Jens

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Thu 22 Feb 2007 12:11

To obtian the version of ODAC you can use the OdacVersion constant that is declared in the Ora.pas unit.

Post Reply