I have created a system data source with name "MS access" and i have configured it with some database. I have used that sustem data source in the crystal report like,
With crConnectionInfo
.ServerName = "Ms access"
.DatabaseName = "Test.accdb"
.UserID = ""
.Password = ""
End With
Now i have buit the application ,it is working perfectly in my system. when i install that application in other systems, It is asking for username and password and after entering the values it is showing "Login failed" error.
I have to configure in system data source in all the system where the application should run? or is there any other way?
With crConnectionInfo
.ServerName = "Ms access"
.DatabaseName = "Test.accdb"
.UserID = ""
.Password = ""
End With
Now i have buit the application ,it is working perfectly in my system. when i install that application in other systems, It is asking for username and password and after entering the values it is showing "Login failed" error.
I have to configure in system data source in all the system where the application should run? or is there any other way?