Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Login problem with Crystal Reports for .NET 2003

Status
Not open for further replies.

mondi

Programmer
Sep 10, 2003
169
AL
Hello every body.
In my project I am using Crystal Reports for .NET to make some reports.
// the code that fills the dataset dsDhoma which is an
// instance of the DsDhoma
this.daDhoma.Fill(this.dsDhoma, "DHOMA");
this.crDhomaNePerdorim.SetDataSource(this.dsDhoma.Tables[0]);

As data source I am using a dataset that has one table and after I fill the dataSet and set as data source of my report the first table of the dataset (because it has only one table), in runtime I get a table that prompts me (or any user) for the database login. I find this very strange, because it always gives me a message error where it says logon failed. I tried to find a solution in many ways for this problem but I couldn't.
I would really appreciate any help on this.

Country of eagles
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top