Hi,
when I open Delphi and / or my application, I allways get the login dialog asking for user and password. I tried to circumvent that by setting Username and Password. I have also set LoginPrompt to false. But have not been successful up to now.
What else do I have to do not to get the dialog?
Thanks
Klaus
Auto Login
There are several possible resons for such behaviour:
- you have more than one TMyConnection objects in your application, and one of them has LoginPrompt set to True;
- value of the LoginPrompt property is changed to True somewhere in your application;
- connection dialog is executed explicitly in you application.
If this will not help to solve the problem, please send me a complete small sample at evgeniyD*crlab*com to demonstrate it.
Also supply me the following information:
- exact version of Delphi, C++Builder or Kylix;
- exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor.
- you have more than one TMyConnection objects in your application, and one of them has LoginPrompt set to True;
- value of the LoginPrompt property is changed to True somewhere in your application;
- connection dialog is executed explicitly in you application.
If this will not help to solve the problem, please send me a complete small sample at evgeniyD*crlab*com to demonstrate it.
Also supply me the following information:
- exact version of Delphi, C++Builder or Kylix;
- exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor.