Link to home
Start Free TrialLog in
Avatar of mohd_osman
mohd_osman

asked on

how windows2000 registry could be read and written using developer 6i

hi all ,

ia m using windows 2000 professional ,
developer 6i
i tried to read registry element using
d2kwutil.pll  and i got this error:

FRM-40735:internal error:pl/sq error occurred.
is it correct way for reading and writting registry?

what is altarnative?and how could be used.

thanks all....
Avatar of Helena Marková
Helena Marková
Flag of Slovakia image

It should work.

You ought to check:
1) D2KWUT32.DLL has been renamed to D2KWUT60.DLL in 6.0
2) Copy D2KWUT60.DLL to the <Oracle_Home>\BIN directory of the client machine.

Alternatively, create a registry entry for the environment variable
D2KWUTIL_PATH in the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE section of the registry(or in the ORACLE.INI file for 16 bit systems with a 16 bit DLL).

I hope this will help you.
u can write function which reads registry in c++, compile to DLL and use ora_ffi package in forms to call DLL's functions ...
Avatar of mohd_osman
mohd_osman

ASKER

hi henka ...
i checked all..but still not work ...
any
ASKER CERTIFIED SOLUTION
Avatar of Helena Marková
Helena Marková
Flag of Slovakia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial