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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal report - Unidata

Status
Not open for further replies.

xbow4u

Programmer
Oct 17, 2005
5
US
I am trying to make an ASP.Net (.Net/C#) application display crystal reports from unidata (using ODBC) and is getting Logon failed error. Any help on this matter is appreciated.
 
hello there...
the logon it is probably refering to is the database username and password...is this what you are using?
hth~
Boni
:eek:)

Boni J. Rychener
Hammerman Associates, Inc.
Crystal Training and Crystal Material
On-site and public classes
Low-cost telephone/email support
FREE independent Crystal newsletter
800-783-2269
 
Thanks for responding.

Yes I figured it out and is able to log in. Now, the issue is, IF I have a join of 4 tables, it gives me an error, unable to open a rowset.

Any sugeestions?

 
Hi,
Probably the Join is an equi join and one or more of the linked tables has no matching record, therefore no records are returned.

Try using Left Outer Joins..



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Actually, it runs fine, when I try in afull version of crystal reports (9.0). But it doesn't work when I run from within VS.Net (from web).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top