View Single Post
  #1 (permalink)  
Old January 24th, 2006, 11:38 AM
rowin rowin is offline
Authorized User
 
Join Date: Jan 2006
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.

Reply With Quote