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

LogonServer Method for VB and Crystal 8.5

Status
Not open for further replies.

heisen

MIS
Jan 23, 2002
5
DE
Hey,

I´m now trying to use the LogOnServer Method to connect to Oracle.

CrxRpt.Database.LogOnServer "p2lora7.dll", "ipd", "ipd", _
"Username", "Password"
Then the Errormessage: "File could not be opened, because "pdlora7.dll" could not be found appears. But I´m not using this dll.

Before this, I tried
CrxRpt.Database.Tables(1).SetLogOnInfo "ipd", "ipd", _
"UID", "PW", but the Error message "Physical Database not found" appears, but only on PC´s, where Crystal is not installed. Why?

Please help me.

 
Did you build an Windows installation kit and install it on all of the PCs that do not have Crystal already?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top