Unknown crash in MsJet without any reference to it -
09-14-2004
, 09:45 AM
It is months that a quite complex form + subform, whenever a user presses
F9 (refresh), crashes with the following:
Faulting application msaccess.exe, version 11.0.6355.0, stamp 40aa97a8,
faulting module msjtes40.dll, version 4.0.8618.0, stamp 403430ac, debug? 0,
fault address 0x00008f7a.
The strange fact is that I have no reference to Jet in the whole project;
I'm currently using ADO (MDAC 2.8 installed), with SQL SERVER OLE DB Access.
The MS SQL Server 2000 has the SP3a installed. The error occurs on multiple
clients with XP or 2000, Access 2003 with or without Sp1.
The only reference to the provider, occurs at project startup:
strConnect = "PROVIDER=SQLOLEDB.1;" & _
"INITIAL CATALOG=MyDbName;" & _
"DATA SOURCE=MyServerName;" & _
"INTEGRATED SECURITY=SSPI"
Also I have thought some VBA code was causing the crash, but even removing
complitely the code from for and subform, keeps crashing.
Also running the form without the subform doesn't crash or running
starightfully the subform as a sing form doesn't crash.
Help! |