Install into Lazarus 0.9.30 fails.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JanHolst
Posts: 6
Joined: Wed 08 Feb 2012 09:03
Location: Copenhagen, Denmark
Contact:

Install into Lazarus 0.9.30 fails.

Post by JanHolst » Wed 08 Feb 2012 09:10

Hi,

I have downloaded the trial edition of ODAC 8.1.4 for Lazarus.

I try to open the 'dclodac10.lpk' file and install the package, but I get the following error message in the compiler window:

Recompiling CRAccess, checksum changed for System
CRAccess.pas(14,31) Fatal: Can't find unit CRAccess used by dac10


I am using Lazarus 0.9.30 2011-03-08, FPC version 2.4.2 - do I need a newer release of Lazarus for ODAC to work ?

Kind regards
-- Jan Holst Jensen

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

Post by AlexP » Wed 08 Feb 2012 09:47

Hello,

The trial version of ODAC was compiled with Lazarus 0.9.30.2 and FPC 2.4.4. Therefore you should update your Lazarus and FPC to the mentioned versions.

JanHolst
Posts: 6
Joined: Wed 08 Feb 2012 09:03
Location: Copenhagen, Denmark
Contact:

Post by JanHolst » Wed 08 Feb 2012 10:17

Aha. That helped tremendously! Thank you :-).

I was fooled by the sourceforge page prominently telling me that 0.9.30 is the latest version (which I guess is true, and 0.9.30.2 is a release candidate, but probably stable enough).

Kind regards
-- Jan

JanHolst
Posts: 6
Joined: Wed 08 Feb 2012 09:03
Location: Copenhagen, Denmark
Contact:

Trial edition - "Feature not supported".

Post by JanHolst » Wed 08 Feb 2012 10:29

Oops. When I try the following:

OraSession1.Options.Direct := true;
OraSession1.UserName := 'username';
OraSession1.Password := '';
OraSession1.Server := 'ora-test:1521:test';

OraSession1.Connect;

I get a "Feature not supported". So that means that the Direct connection is not available in the Trial version ? That was my main reason for trying ODAC.

Kind regards
-- Jan

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

Post by AlexP » Wed 08 Feb 2012 11:23

Hello,

Lazarus 0.9.30.2 is the final version, the earlier release candidates are Lazarus 0.9.30.2RC1 and Lazarus 0.9.30.2RC2.
Presently, Direct Mode is not supported in Lazarus, this functionality is available only for Delphi and C++Builder.

Post Reply