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!

Password on URL? 1

Status
Not open for further replies.

mrjarboe

Programmer
Jul 20, 2001
3
0
0
US
Is there a way to pass the login and password for a database on the url when launching a report? I have used the asp method of creating the reports. Setting the password using SetLogonInfo() works well, but it appears to commit you to passing parameters using similar methodology. I was hoping for a simpler way.
 
you can pass the password and userid in the url but the viewer will be able to see them if they view source on the web page. the only way that i know of to hide these is using asp.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top