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.
Login Prompt
Re: Login Prompt
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:
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
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.
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.