|
-
Oct 9th, 2000, 09:18 PM
#1
Thread Starter
New Member
I am using ODBC to link up VB and MySQL. There is an intermittent problem where my VB program generates an illegal operation error when it is trying to retrieve data from MySQL. Is this a common problem in VB programs, or did I miss something in the program? By the way, here's the exact error message generated by VB:
VB6 caused an invalid page fault in module OLEAUT32.DLL at 0167:65343dd9
My oleaut32.dll is version 2.40.4514
Btw, when Debugged in VC++ it gives a diiferent error message saying:
Unhandled exception in VB6.EXE (oleaut32.dll) 0xC000005: Access Violation
occurs on:
65343F19: rep movs dword ptr [edi], dword ptr [esi]
Anybody has a clue?
-
Oct 9th, 2000, 10:21 PM
#2
Lively Member
it sounds very like you have a corrupted DLL and should reinstall the file
-
Oct 11th, 2000, 08:22 PM
#3
Thread Starter
New Member
there's nothing wrong w/ my oleaut32.dll, I have the latest version.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|