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

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?
 
A

Atlas

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top