DBXDevartOracle.pas

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Alvaro Maia
Posts: 3
Joined: Tue 15 Jul 2014 23:03

DBXDevartOracle.pas

Post by Alvaro Maia » Tue 15 Jul 2014 23:08

I am using Delphi XE and I have ORACLE 11g.
I have installed the dbexpress driver for Oracle 6.4.7 trial version.

This is the error:

[DCC Fatal Error] DM.pas(7): F2063 Could not compile used unit 'DBXDevartOracle.pas'
Failed

I already add to library path the adress C:\Program Files (x86)\Devart\Dbx\Oracle\Source.

In my computer doesn't exist DBXDevartOracle.pas.

What am I doing wrong?

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

Re: DBXDevartOracle.pas

Post by AlexP » Wed 16 Jul 2014 08:24

Hello,

Sources are not distributed with the trial version. The DBXDevartOracle.dcu binary must be located in the ..\Devart\Dbx\Oracle\Lib\Delphi15\ folder, and the path to this folder must be specified in LibraryPath.

Alvaro Maia
Posts: 3
Joined: Tue 15 Jul 2014 23:03

Re: DBXDevartOracle.pas

Post by Alvaro Maia » Wed 16 Jul 2014 11:25

Hello,

I have added this folder to the librarypath and the error continues.

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

Re: DBXDevartOracle.pas

Post by AlexP » Fri 18 Jul 2014 10:46

Try to reinstall driver with the /force option.

Alvaro Maia
Posts: 3
Joined: Tue 15 Jul 2014 23:03

Re: DBXDevartOracle.pas

Post by Alvaro Maia » Wed 23 Jul 2014 00:04

I give up. I will develop with "C #"

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

Re: DBXDevartOracle.pas

Post by AlexP » Fri 10 Oct 2014 09:46

In MS Visual Studio you can use our dotConnect Data Provider for Oracle: http://www.devart.com/dotconnect/oracle/ .

Post Reply