Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CR XI MS Access secured database

Status
Not open for further replies.

rturner003

Programmer
Nov 20, 2001
21
GB
in .Net 2.0 how do I tell the Crystal Reports XI connection info the location of a system.mdw file to use. I can find properties for User Name and password etc

crInfo.DatabaseName = appSettings.Settings["AccessDB"].Value;
crInfo.ServerName = appSettings.Settings["AccessDB"].Value;
crInfo.UserID = "Goldmine";
crInfo.Password = "orielgold";

Thanks
Robert
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top