Subject: | Re: changing registry value
| Date: | Sun, 20 Aug 2006 17:41:48 +0200
| From: | janM <bion@belgacom.net>
| Newsgroups: | pnews.paradox-intl-nl
|
> getRegistryValue("Software\\odbc\\odbc.ini\\AccountView","SourceDB",regkeyLocalMachine)
> str.view()
>
> I get the value D:\\verax_admin\\61234 06
>
> I want to change this value to D:\\verax_admin\\60000 06
setRegistryValue("Software\\odbc\\odbc.ini\\AccountView", "SourceDB",
"D:\\verax_admin\\60000 06", regkeyLocalMachine)
Jan
|