
VB causes an invalid page fault in KERNEL32.DLL
I am using VB5(with Service Pack 2) and MS DAO 3.5 Object.
My form contains the following controls:
- A Data Control using MS Access 97 (dynaset)
- An array of text (7) bound to the Data Control
- A dbgrid bound to the same Data Control
- Buttons for adding, deleting, and updating records
Everything works fine except for one condition. Running this program
from the IDE, VB5 consistently causes an invalid page fault in
KERNEL32.DLL. In order to reproduce this crash, the 7 fields in all the
records are set to their maximum length. VB5 will eventually crash
while navigating through the records using the Data Control.
Has anyone experienced or seen this? Any suggestions what to look for or
debug the crash?