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;