Usage of EZConnect not possible

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Usage of EZConnect not possible

Post by a-s-z » Thu 22 Aug 2013 12:39

Hi,

usage of EZConnect-String in OCI mode is not possible since Odac 9, when using new connect string schema (e.g. when assigning ConnectString of Session A to session B). The ParseConnectString routine will detect the rest of the connect string as inline comment and further options (UseUnicode, Direct, ...) will not get set.

Example:

Code: Select all

ConnectString := 'Data Source=//SERVER.DOM:1521/SN;User ID=SCOTT;Password=SCOTT;Schema=SCOTT;Use Unicode=True'
Best regards,
Andre

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

Re: Usage of EZConnect not possible

Post by AlexP » Thu 22 Aug 2013 13:37

Hello,

Thank you for the information. We have reproduced and fixed the problem. This fix will be included to the next version.

Post Reply