Page 1 of 1

DBXDevartOracle.pas

Posted: Tue 15 Jul 2014 23:08
by Alvaro Maia
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?

Re: DBXDevartOracle.pas

Posted: Wed 16 Jul 2014 08:24
by AlexP
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.

Re: DBXDevartOracle.pas

Posted: Wed 16 Jul 2014 11:25
by Alvaro Maia
Hello,

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

Re: DBXDevartOracle.pas

Posted: Fri 18 Jul 2014 10:46
by AlexP
Try to reinstall driver with the /force option.

Re: DBXDevartOracle.pas

Posted: Wed 23 Jul 2014 00:04
by Alvaro Maia
I give up. I will develop with "C #"

Re: DBXDevartOracle.pas

Posted: Fri 10 Oct 2014 09:46
by AlexP
In MS Visual Studio you can use our dotConnect Data Provider for Oracle: http://www.devart.com/dotconnect/oracle/ .