Hi!
I am trying to open a report from VB 6.0. report is prepared using Crystal Report 9.0 . code to log on the sever is as below.
CRXReport.Database.LogOnServer "crdb_odbc.dll", "dfcora", "orcl", "dfc", "dfc123"
rptnm = "BankMaster.rpt"
Set CRXReport = CRXApplication.OpenReport(App.Path & "\" & rptnm)
Crystalreport1.ReportSource = CRXReport
Crystalreport1.ViewReport
it gives error:
Logon failed.
Details: 28000[Oracle][ODBC][Ora]ORA-01005: null password given: logon failed.
Please tell me if anything wrong i am doing here.
Thanks in advance
Prads
I am trying to open a report from VB 6.0. report is prepared using Crystal Report 9.0 . code to log on the sever is as below.
CRXReport.Database.LogOnServer "crdb_odbc.dll", "dfcora", "orcl", "dfc", "dfc123"
rptnm = "BankMaster.rpt"
Set CRXReport = CRXApplication.OpenReport(App.Path & "\" & rptnm)
Crystalreport1.ReportSource = CRXReport
Crystalreport1.ViewReport
it gives error:
Logon failed.
Details: 28000[Oracle][ODBC][Ora]ORA-01005: null password given: logon failed.
Please tell me if anything wrong i am doing here.
Thanks in advance
Prads