The procedure entry point WSAEventSelect could not be located in the dynamic link library orauts.dll [message #446732] |
Wed, 10 March 2010 03:22 |
mahmud732
Messages: 82 Registered: October 2009 Location: Dhaka
|
Member |
|
|
Dear All,
I am using DB 10g R2 and Dev 10g R2. I have a form with a button containning following code:
DECLARE
appid PLS_INTEGER;
BEGIN
appid := dde.app_begin ('C:\Backup\export.bat', dde.app_mode_maximized);
END;
When mouse click on the button then the following Message Displayed.
The procedure entry point WSAEventSelect could not be located in the dynamic link library orauts.dll
and cannot execute the specified export command.
How to resolve this? Please help me anyone.
Regards
Mahmud
|
|
|
|
Re: The procedure entry point WSAEventSelect could not be located in the dynamic link library orauts [message #446912 is a reply to message #446886] |
Wed, 10 March 2010 23:47 |
mahmud732
Messages: 82 Registered: October 2009 Location: Dhaka
|
Member |
|
|
Thanks for your cooperation.
Windows environment Variables:
C:\Program Files\PC Connectivity Solution\;
c:\DevSuiteHome\jdk\jre\bin\classic;
c:\DevSuiteHome\jdk\jre\bin;
c:\DevSuiteHome\jdk\jre\bin\client;
c:\DevSuiteHome\jlib;
c:\DevSuiteHome\bin;
c:\DevSuiteHome\jre\1.4.2\bin\client;
c:\DevSuiteHome\jre\1.4.2\bin;
c:\oracle\product\10.1.0\db\bin;
c:\oracle_http\product\10.2.0\db\bin;
c:\oracle_http\product\10.2.0\db\jlib;
c:\oracle\product\10.1.0\db\bin;
c:\oracle\product\10.1.0\db\jre\1.4.2\bin\client;
c:\oracle\product\10.1.0\db\jre\1.4.2\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
|
|
|
|