i create C# project with access database and use the Crystal Report for reporting but when i run the report a Popup window appears asking Database login ID and Password and when i enter the password it ask again and again.
i tried this code;
- crys.SetDatabaseLogon("", "abcd", @"|DataDirectory|\\MAARS Database\\MAARSdb.mdb","Access");
- crys.DataSourceConnections[0].IntegratedSecurity = false;
Rizwan AhmedPosted Dec 8, 2018, 6:00 AM
Jignesh KumarPosted Dec 7, 2018, 8:59 PM
Rizwan AhmedPosted Dec 7, 2018, 8:37 AM
Piyush PansuriyaPosted Dec 6, 2018, 11:39 PM