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?
Oracle access with Demo
Re: Oracle access with Demo
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.
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.