I'd like to make it easy for my users to run reports that are stored on a file share. I can set up an ODBC connection as a System DSN and it works fine. I was hoping to store that connection information right in the report. Is this possible? We don't have a crystal server. Crystal reports is installed on the PCs and the database itself is SQL (on SQL Server 2008).
Here's my System DSN info and it works great (yet, I don't want to HAVE to use it)
Name: mydatabasename
server: my-app-server
I use SQL server authentication
check box in connect SQL server to obtain default settings for the additional configuration options
Login ID: reportuser
Password: password
Change database to mydatabasename
I tried entering the connection string as this,
Server=192.168.3.54;Database=mydatabasename;User Id=reportuser;Password=password;
but the next page still prompts for a password and then it says Logon failed. Details: Cannot find DSN in connection string.
Any guidance would be very much appreciated.
Here's my System DSN info and it works great (yet, I don't want to HAVE to use it)
Name: mydatabasename
server: my-app-server
I use SQL server authentication
check box in connect SQL server to obtain default settings for the additional configuration options
Login ID: reportuser
Password: password
Change database to mydatabasename
I tried entering the connection string as this,
Server=192.168.3.54;Database=mydatabasename;User Id=reportuser;Password=password;
but the next page still prompts for a password and then it says Logon failed. Details: Cannot find DSN in connection string.
Any guidance would be very much appreciated.