UniConnectDialog and password storage
Posted: Wed 06 Nov 2013 18:42
Hi,
I`ve got problems connected with UniConnectDialog and storing password in registry.
I have set:
DModule.UConnection.Disconnect;
DModule.ucDialog.UseServerHistory := False;
DModule.ucDialog.SavePassword:= True;
DModule.ucDialog.StoreLogInfo:= True;
DModule.ucDialog.Execute;
DModule.UConnection.Connect;
Every time when I want to connect another time I need to enter pass again and again.
For me there is no difference between SavePassword enabled/disabled or StoreLogInfo enabled/disabled
Here is some info about enviroment;
Rad Studio XE5
UniDac 5.1.4
MSSQL 2012 Express ED.
Please help me with this problem cause it`s really irritating.
Jacek
I`ve got problems connected with UniConnectDialog and storing password in registry.
I have set:
DModule.UConnection.Disconnect;
DModule.ucDialog.UseServerHistory := False;
DModule.ucDialog.SavePassword:= True;
DModule.ucDialog.StoreLogInfo:= True;
DModule.ucDialog.Execute;
DModule.UConnection.Connect;
Every time when I want to connect another time I need to enter pass again and again.
For me there is no difference between SavePassword enabled/disabled or StoreLogInfo enabled/disabled
Here is some info about enviroment;
Rad Studio XE5
UniDac 5.1.4
MSSQL 2012 Express ED.
Please help me with this problem cause it`s really irritating.
Jacek