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!

Oracle VB6 connection

Status
Not open for further replies.

amandaps

Programmer
Jan 4, 2001
1
AU
Through VB6 I am opening a crystal 6 report using the oracle native driver psdora7.dll.
My connect string in VB is:
cry1.connect = "UID = username;PWD=password;DRIVER={Oracle 7.x}; Server=ntwork1;"
This works fine when I am connecting to the server that the report was based on. When I am using a different server and passing the new server name through VB code I get the following error "Error in generating report 20599 Cannot find sql server".
Please help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top