Oracle access with Demo

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bcorrie
Posts: 2
Joined: Mon 15 Dec 2014 21:30

Oracle access with Demo

Post by bcorrie » Mon 29 Dec 2014 20:39

I am trying ot connect to an Oracle 11g database but I am getting an error that it cannot find Oracle/product/10.2 directory?

Does the demop not use direct access do I need the 10 client for the demo?

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

Re: Oracle access with Demo

Post by AlexP » Tue 30 Dec 2014 09:20

Hello,

To enable Direct Mode, you should set the Direct property to True on the OraSession component in the main form of the demo project. Or enable the Direct->Visible property of the TConnectionForm component. In this case, when establishing a connection in ConnectionDialog there will be available the connection mode selection.

Post Reply