ISAM Settings and Jet 3.0Last reviewed: April 3, 1997Article ID: Q149783 |
4.00 | 4.00WINDOWS | WINDOWS NT kbusage kbhowto The information in this article applies to:
SUMMARYWith the 16-bit version of Visual Basic 4.0, the IniPath property of the DBEngine object could be set to an application's .ini file. With the 32-bit Jet engine, setting the IniPath property of the DBEngine object to "C:\Windows\MyApp.INI" does not load the Paradox ISAM settings.
STATUSThis behavior is by design. The 32-bit Jet engine retrieves its settings from the registry.
MORE INFORMATION
Steps to Reproduce Behavior
[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" |
Additional reference words: 4.00 vb4win vb432
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |