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

How to stop a database login 1

Status
Not open for further replies.

michu

MIS
May 1, 2002
11
0
0
US
I'm teaching myself and working with visual studio.net. I added a crystalreportviewer to my windows form and bound the report to the view using the reportsource property. My question is when I run the application I keep getting the database login. How can i stop this. I just want the crystal report to fire up.
 
Sorry...you have to supply a database login ID and password when you run a Crystal report (directly or from VB) ...otherwise you would have no security at all on your database :) JimBroadbent@Hotmail.com
 
Unless, of course, this is for your own use and you set the user ID and password in your ODBC definition...
 
try using following properties or methods.
.connect="DSN=DSNNAME;userid =id;pwd=password"
or
.logonserver
or
.logoninfo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top