Hi All,
I have designed crystal report i have used report viewer for viewing the crystal report. In my coding part in connection with the oledb i have used the following code:-
oCONNECTION_STRING = "Provider=SQLOLEDB;Server=" & oCompany.Server & ";Database=" & oCompany.CompanyDB & ";User ID=" & oCompany.DbUserName & ";Password=" & oCompany.DbPassword& ""
Here the server,Db details are coming correctly but the value of DbPassword is taken as '********' so there is a problem in connecting if i give the value of the password directly its working. But i want to get the value correctly instead of *********. How can i get it? Plz give me a correct solution.
Thanks in Advance.
Regards,
Madhavi.