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!

Adding crystal to VB 6 code?

Status
Not open for further replies.

mpodlesny

Programmer
Mar 23, 2005
24
US
CR Version 8.5
VB 6 sp 5

I know this may seem like a trivial question to most.
I want to set the database to connect to at run time in VB 6. How do I do that?
 
I looked at and tried the code in the FAQ however I continue to get the error "Server has not yet been opened". I am trying to connect to an Oracle 10 database.
 
When connecting Crystal to Oracle, make sure that you're either using the Crystal Native connectivity, or the Crystal supplied ODBC for Oracle, not the Oracle supplied ODBC.

Otherwise as long as you have the Oracle client installed, it's very common and should go smoothly.

-k
 
I am fairly new to this, so i am not sure what you mean

RE:
When connecting Crystal to Oracle, make sure that you're either using the Crystal Native connectivity, or the Crystal supplied ODBC for Oracle, not the Oracle supplied ODBC.

Otherwise as long as you have the Oracle client installed, it's very common and should go smoothly.
 
This one is for Crystal 9, unfortunately I am useing 8.5 and the version I am using does not have the connection properties.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top