msjtes40.dll crashes with no DAO reference......

  • Thread starter Thread starter Atlas
  • Start date Start date
A

Atlas

Sometimes my adp project (access 2003 + sp1 + MS SQL SERVER, OLE DB) crashes
on
msjtes40.dll (installed also latest jet sp), with no usage and no reference
of DAO. Only using and referencing ADO (MDAC 2.8 installed).

Why my project is using that dll even if Jet shouldn't be envolved in the
game?
 
Forgot to say that the only reference to the connectionstring occurs at
startup:

strConnect = "PROVIDER=SQLOLEDB.1;" & _
"INITIAL CATALOG=MyDbName;" & _
"DATA SOURCE=MyServerName;" & _
"INTEGRATED SECURITY=SSPI"
 
Back
Top