Article ID: 149783
Article Last Modified on 6/28/2004
DBEngine.IniPath = "C:\Windows\MyApp.INI"
where the following appears in the MyApp.INI file:
[Paradox ISAM]
ParadoxNetStyle=4.X
ParadoxNetPath=F:\
ParadoxUserName=JoeUser
SaveSetting "AppName", "Engines\Paradox", "ParadoxNetStyle", "4.X"
SaveSetting "AppName", "Engines\Paradox", "ParadoxNetPath", "F:\"
SaveSetting "AppName", "Engines\Paradox", "ParadoxUserName", _
"JoeUser"
DBEngine.IniPath = _
"HKEY_CURRENT_USER\Software\VB and VBA Program Settings\AppName"
Keywords: kbinfo kbregistry KB149783