S
Shawn H. Mesiatowsky
I have come across lots of information regarding this, but nothing seems to
work. I have created a Crystal Report that access's a SQL server backend for
the data, and I want to display the report via a webform and the
CrystalViewer Web Component. First of all, I have been using Trusted
Connections so far (for data access) and really do not want to have some
static login information in my web app. but most of the documents so far
have indicated this has to be the case (for use with a SQL Server Backend).
http://support.microsoft.com/default.aspx?scid=kb;en;319264&sd=msdn
even with that information from Microsoft, I still cannot get the stupid
thing to work. still get the error Exception Details:
CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed
If I setup my crystal report to access certain info from a table called
mytable, can I use the same SQL String in a dataset and bind the dataset to
the report. Would this work? or is binding a dataset to a report for
dynamically creating a report (I would like to format the report visually).
Can anyone point me in the right direction here. Thank you
work. I have created a Crystal Report that access's a SQL server backend for
the data, and I want to display the report via a webform and the
CrystalViewer Web Component. First of all, I have been using Trusted
Connections so far (for data access) and really do not want to have some
static login information in my web app. but most of the documents so far
have indicated this has to be the case (for use with a SQL Server Backend).
http://support.microsoft.com/default.aspx?scid=kb;en;319264&sd=msdn
even with that information from Microsoft, I still cannot get the stupid
thing to work. still get the error Exception Details:
CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed
If I setup my crystal report to access certain info from a table called
mytable, can I use the same SQL String in a dataset and bind the dataset to
the report. Would this work? or is binding a dataset to a report for
dynamically creating a report (I would like to format the report visually).
Can anyone point me in the right direction here. Thank you