Page 1 of 1

Unidac and tnsnames

Posted: Thu 17 Feb 2011 20:03
by alexanderm
Hi

Is it possible to use unidac with the server/database/port settings instead
of the tns settings. I was hoping that unidac works the same a odac that would work without the need to install a oracle client.

Regards

/M

Direct Mode

Posted: Thu 17 Feb 2011 20:19
by alexanderm
To connect in direct mode you should use the following syntax: : Server := Host:Port:SID

Sorry a bit of searching and reading present me with the solution
and it seems to work for me

Posted: Fri 18 Feb 2011 08:08
by AlexP
Hello,

To connect in the direct mode you should set the Direct specific option to true like:

UniConnection1.SpecificOptions.Values['Direct']:= 'true';

or set this option in the connection dialog 'Options' tab, and set the Server property to
'Host:Port:SID'