After upgrading from 3.4.1 to 3.4.2 I receive the following message when trying to connect a session (in message box):
The procedure entry point ntresetwrevent could not be located in the dynamic link library NT80.dll.
I am attempting to connect to a Oracle 7.3.4 instance.
If I set
OCIDLL = "ora73.dll";
in code prior to connecting ,then I can connect without error.
Setting property preference "UseOCI7" in the Object Inspector seems to make no difference (I get the error if this property is set true or false, without setting the OCIDLL string.)
I reinstalled DOA 3.4.1 and all is well again.
The consequence of this is that I can't set the "Connected" property to true in the Object Inspector because I must execute code to set the OCIDLL string prior to connecting.
FYI - Using CBuilder5
The procedure entry point ntresetwrevent could not be located in the dynamic link library NT80.dll.
I am attempting to connect to a Oracle 7.3.4 instance.
If I set
OCIDLL = "ora73.dll";
in code prior to connecting ,then I can connect without error.
Setting property preference "UseOCI7" in the Object Inspector seems to make no difference (I get the error if this property is set true or false, without setting the OCIDLL string.)
I reinstalled DOA 3.4.1 and all is well again.
The consequence of this is that I can't set the "Connected" property to true in the Object Inspector because I must execute code to set the OCIDLL string prior to connecting.
FYI - Using CBuilder5