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

connecting to an oracle schema with crystal?

Status
Not open for further replies.

mpodlesny

Programmer
Mar 23, 2005
24
US
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?
 
It's best to state that you're using VB and it's version.

Here are the sample apps:


Not sure what you mean by connecting to an Oracle Schema, do you mean how do you pass a login, or are you intending to dynamically build reports, or?

Anyway, the examples are pretty comprehensive.

-k
 
sorry about not posting enough information. I am using VB 6 to connect to a crystal report that I created however the report should display the data from the loaded schema in the program.

I will take a look at what you have posted.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top