Page 1 of 1

Login Prompt

Posted: Wed 26 Sep 2012 13:16
by scgrant327
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.

Re: Login Prompt

Posted: Thu 27 Sep 2012 13:08
by AlexP
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;

Re: Login Prompt

Posted: Fri 28 Sep 2012 15:33
by scgrant327
Thanks. That helps!

Re: Login Prompt

Posted: Mon 01 Oct 2012 12:51
by AlexP
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.