MikeOliverAZ
Programmer
I have installed 8i (8.1.6) on Windows NT 4 sp5 and I have trouble accessing Oracle from my code because there is still an old copy of ociw32.dll in the system32 directory.
I can't delete it no matter what I try. The libraries I am useing find it instead of the oracle\bin\ociw32.dll and I am getting funky error messages and cannot get a cursor.
I know this is the problem because my same code had this problem on Windows 2000 Advanced Server but I was able to delete the system32 copy of ociw32.dll and everything started working, but I cannot find what is loading it on NT. I found references to it with MTS but I don't have MTS running.
I have ensured the oracle bin directory comes before the system32 directory in the path but that doesn't seem to help.
I have tried shutting down ever process I can and every service I can and still get the "Access Denied...in use" message when I try to delete.
On W2k I could delete only from the command prompt, but that doesn't work on NT.
At a loss
Mike_Oliver@morningstarsystems.com
I can't delete it no matter what I try. The libraries I am useing find it instead of the oracle\bin\ociw32.dll and I am getting funky error messages and cannot get a cursor.
I know this is the problem because my same code had this problem on Windows 2000 Advanced Server but I was able to delete the system32 copy of ociw32.dll and everything started working, but I cannot find what is loading it on NT. I found references to it with MTS but I don't have MTS running.
I have ensured the oracle bin directory comes before the system32 directory in the path but that doesn't seem to help.
I have tried shutting down ever process I can and every service I can and still get the "Access Denied...in use" message when I try to delete.
On W2k I could delete only from the command prompt, but that doesn't work on NT.
At a loss
Mike_Oliver@morningstarsystems.com