There is a seperate part to enter login details for the database that I have entered.
Surely I don't have to issue the database password to everyone who will be accessing the reports?
Main Topics
Browse All TopicsWhen I go to set parameters for reports in Crystal Server, I am being asked for login details for the database. I have a number of reports that use data parameters and these all work OK. It is when I have parameters set on other fields that I run into a problem
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I understood this was when you were configuring the report - so the user is getting prompted at runtime? Of course that isn't desired result!
If you login to crystal server I think you can find the data connection for your parameter in the dynamic prompts folder. If you click (or maybe dble-click) on it some properties should open and I believe one of them allows you to determine if there is an authentication prompt.
I think adding these codes to the form where you are displaying the report may help...
Incase of the database having integrated security to true (that is, it does not require user id and password to access the database) then use this
<crystal report name/instance name>.DataSourceConnections
Else if it requires a user id and password then
<crystal report name/instance name>.DataSourceConnections
<crystal report name/instance name>.SetDatabaseLogon("use
Business Accounts
Answer for Membership
by: frodomanPosted on 2008-08-19 at 04:51:45ID: 22258889
Isn't that expected behavior?
If you have a parameter based on a database field then in order to read the possible values of the parameter you must read the database table - ergo you're prompted to authenticate to the database.