C++ Builder 6 - Password
When using a datamodule and a database (Tdatabase), how can I retrieve the password that I set in the login prompt? I can retrive the username by:
ShowMessage(DataModule1->DatabaseProjectTracking->Params->Values["User Name"]);
But for the password it's not working.
|