Whenver I try to connect to the oracle database I get the following 2 errors, in that order
I don't understand why I am getting error #2 as I have set the extension dir in php.ini file using the absolute path and have also uncommented the extension=php_oracle.dll line
1.)
ociw32.dll not found in the path "....."
2.)
Unable to load dynamic library c:/php4/extentions/php_oracle.dll - The specified module could not be found
What could be the problem and how do I overcome it ?
Thanks.
I don't understand why I am getting error #2 as I have set the extension dir in php.ini file using the absolute path and have also uncommented the extension=php_oracle.dll line
1.)
ociw32.dll not found in the path "....."
2.)
Unable to load dynamic library c:/php4/extentions/php_oracle.dll - The specified module could not be found
What could be the problem and how do I overcome it ?
Thanks.