PRB: Can't See Changed Data If Update VB 3.0 DB App to VB 4.0 (137023)
The information in this article applies to:
- Microsoft Visual Basic Enterprise Edition for Windows 4.0
- Microsoft Visual Basic Standard Edition for Windows 3.0
- Microsoft Visual Basic Professional Edition for Windows 3.0
This article was previously published under Q137023 SYMPTOMS
Applications written and compiled in Visual Basic 3.0 that check and
reflect a changing data source do not show changed records after that
application is compiled Visual Basic 4.0.
RESOLUTION
This problem does not occur if you occasionally call the Idle method of the
DBEngine object using this line of code:
DBEngine.Idle dbFreeLocks
This line of code is needed only for databases saved in Microsoft Jet
versions 1.x and 2.x. Databases created with Microsoft Jet version 3.0 do
not exhibit this behavior, and programs written only to manipulate Jet 3.0
databases do not require the call to the Idle method.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 11/18/2003 |
---|
Keywords: | kbprb KB137023 |
---|
|