I am trying to connect Crystal Reports to SQL Server 2014. I have integrated security on my db which works great.
When I fire up Crystal Reports I choose from a new connection drop down OLE DB (ADO) and then Microsoft OLE DB provider for SQL Server.
After that at the connection Information I insert localhost
and choose Integrated Security
.
The problem is that I cannot see my database in the databases drop down list after this.
Any thoughts?
Is the localhost
as a server name correct? Why can't I see my databases?
localhost
(or.
or(local)
) is correct IF you installed SQL Server 2014 as the default instance without specifying an instance name. Also: the Express edition installs as.\SQLEXRPESS
by default. Only you will know what instance name (if any) you choose during setup of SQL Server! – marc_s