Skip to Content
0
Former Member
Feb 04, 2009 at 11:50 AM

Re:OleDbConnection in Crystal Report

21 Views

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.