I am trying to pass a password through an ASP to a CR 9 report. I have done this before in VB 6 with this line:

CrystalApplication.LogOnServer "dll", "serverName", "dataBase", "userId", "pwd"

My problem is I now need to do something comparable in VB Script and can not figure out the one line. The ASP report shows if the SQL database login doesn't have a password specified. Logon failed error if a password is required.

Did I give enough information?

Thanks! I would appreciate any help.