|
Subject:
|
C++ Builder 6 - Password
|
|
Posted By:
|
rowin
|
Post Date:
|
1/24/2006 10:38:32 AM
|
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.
|
|