I am using crystal 8.5 and have the following code so far:
Dim Crystal As CRAXDRT.Application
Dim Report As CRAXDRT.Report
Set Crystal = New CRAXDRT.Application 'MANAGES REPORTS
Set Report = Crystal.OpenReport(App.Path & "\protocol Information.rpt")
How do I connect to an oracle schema at this point?
Dim Crystal As CRAXDRT.Application
Dim Report As CRAXDRT.Report
Set Crystal = New CRAXDRT.Application 'MANAGES REPORTS
Set Report = Crystal.OpenReport(App.Path & "\protocol Information.rpt")
How do I connect to an oracle schema at this point?