1
I made a small application that uses Crystal Reports to generate reports.
I did the . EXE of it with Instalshield LE, installed it on my PC and spun beauty. However, when installed on another machine, the application does not find the Database set. The login screen appears, but with the empty Database Name, while on my PC enters directly.
The line I used to set the logon was:
crVendas.SetDatabaseLogon("sa", "senha", "Server", "teste");
I even tried to install it on the server itself, but the same problem occurs. Can you help me? Thank you!
Does the Server have Sql Server installed? User sa has been enabled ?
– gmsantos
publishes the stacktrace
– Marco Antonio Quintal
@gmsantos, yes and yes. The version of Sql Server is 2008 R2.
– Cassio Milanelo