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.
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.