Hello all,
We are currently working on porting a larger project from RO3/DA3 to RO6/DA6 under Delphi XE. For ORACLE access we are currently using ODAC, but we have some question: what version of ODAC should be used with DA 6.0.57.993? Currently ODAC is shipping version 8.1.6. And what edition should we use - Standard or Professional? Currently the only reason to use the Pro edition for us is the possibility of connecting an Oracle server natively, i.e. without an installed Oracle client on that machine. However can I use native connect out of RemObjects DA?
I use ODAC pro last version with the last version of RO-DA without problems.
However can I use native connect out of RemObjects DA?
yes, you must define this in the parameters of your DAConnection (set this in the schema modeler and/or in your .daConnections file),
adding this param: Options.Direct=True
Hello,
We use Oracle Data Access Components Professional (ver 8.1.4 28-Dec-11) in Schema Modeler
It can connect to oracle directly. If you have installed native Oracle client (i.e. you can connect to Oracle via ADO), you can use any ODAC edition in your project.