my Server Name: MSSQLSERVER Authentication: SQL server Authentication User Name: my username Password: my password myCrystalReport.SetDatabaseLogon("myUsername", "myPassword", ".", "myDatabaseName");
also add this data in app.config and it works fine, but on my client machine when I deployed this application , crystal reports asks me for password, and I my client machine didi't accept (.) for the server name,
my client machine server name is : ADMIN-PC\SQLEXPRESS
so how can I solve this please
DoudyPosted Apr 20, 2014, 1:32 PM
Ranjit PowarPosted Apr 20, 2014, 1:13 PM