Login Prompt

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
scgrant327
Posts: 8
Joined: Fri 11 Jul 2008 19:06

Login Prompt

Post by scgrant327 » Wed 26 Sep 2012 13:16

Why do I get the login prompt? Even with it set to 'False', I get the prompt anyway when trying to connect to the DB. Just upgraded from XE2 to XE3 and installed the newest version of ODAC against XE3.

In XE2, I do not get the login prompt. The system just uses the Windows credentials to log into the DB.

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

Re: Login Prompt

Post by AlexP » Thu 27 Sep 2012 13:08

hello,

Thank you for the information, we have reproduced the problem.
For the time being, to solve the problem, you should set this property in run-time before opening connection:

Code: Select all

OraSession1.LoginPrompt := False;

scgrant327
Posts: 8
Joined: Fri 11 Jul 2008 19:06

Re: Login Prompt

Post by scgrant327 » Fri 28 Sep 2012 15:33

Thanks. That helps!

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

Re: Login Prompt

Post by AlexP » Mon 01 Oct 2012 12:51

Hello,

We have investigated the problem and discovered that such behaviour is due to the changes added to RAD Studio XE3. This problem is already posted and open at Embarcadero QualityCentral http://qc.embarcadero.com/wc/qcmain.aspx?d=108855 . We will try to avoid it in the next version of our products.

Post Reply