Error msg in Crystal Report

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top