dbTalk Databases Forums  

Unknown crash in MsJet without any reference to it

comp.database.ms-access comp.database.ms-access


Discuss Unknown crash in MsJet without any reference to it in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Atlas
 
Posts: n/a

Default 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!



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.