Problem with OCI.DLL [message #99743] |
Wed, 13 March 2002 11:35 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Greg Howard
Messages: 1 Registered: March 2002
|
Junior Member |
|
|
I have a c++ application that uses ODBC to connect to Oracle. However when SQLDriverConnect is called I get an error from OCI.DLL that states that the specified module could not be found. Has anyone run into this problem in c++ (using msvc to develop) and found a soultion? Any help is appreciated!
Thanks
|
|
|
Re: Problem with OCI.DLL [message #99884 is a reply to message #99743] |
Thu, 09 May 2002 05:54 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
greg a
Messages: 1 Registered: May 2002
|
Junior Member |
|
|
try the following:
Right click My Computer, select Properties.
In the environment tab, select PATH under System Variables.
In the value field, append the following....
C:”your Oracle folder”bin;C:Program FilesOraclejre1.1.7bin
|
|
|