ODAC Trial within services

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gicla
Posts: 2
Joined: Wed 11 Mar 2015 17:02

ODAC Trial within services

Post by gicla » Wed 11 Mar 2015 17:17

Hi, I just downloaded ODAC Trial for Delphi 2006.
I'm able to use it within a desktop application (even if I see the TRIAL message at startup) but when I try to use ODAC into my SERVICE application the service immediately stops with an error.
I'm using TOraSession + TSmartQuery.

Thanks
Claudio

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

Re: ODAC Trial within services

Post by AlexP » Thu 12 Mar 2015 05:32

Hello,

If you don't won't the trial version message to appear when using your application, you should add the ShowTrialMessage = 0 (DWORD ) variable to the registry branch

Code: Select all

HKEY_LOCAL_MACHINE\SOFTWARE\Devart\ODAC

Post Reply