Error msg in Crystal Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys...
i'm creating a crystal report in C#.NET. When I select the
-->OLE DB [ADO] next
-->Microsoft OLE DB Provider for SQL Server NEXT
-->server = localhost and database = pubs FINISH
-->ERROR : Logon failed
Details: ADO Error Code
Source: Microsoft OLE DB Provider for SQL Server
Description: [DBNETLIB] ConnectionOpen (Connect())SQl
Server does not exist or access denied
SQL State: 08001

So, am I doing the correct way?What's the problem?can u help me and correct
my mistake?i'm a new beginner...thanks in advance
 
Alyssa,

It looks like you need to provide some sort of credentials to the
server, and you arent providing them. You either have to use integrated
security, or specify the username and password somewhere.

Hope this helps.
 
Back
Top