DLL Initialization routine Failed
-
Hi Folks, Just wondering if anyone could help me with this issue, all works fine on Dev and Testing machines and in some of our client sites just 1 or 2 cauing this issue: "Run Time Error -2147023782 (8007045a): a dynamic link library (DLL) initialization routine failed" it appears to be on this line based on logging:
objconn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & m_strPath & ";Extended Properties=dBASE IV;" & _
"User ID=;Password="m_strPath is C:\MyDbfs. Anyone seen this issue before? TIA
-
Hi Folks, Just wondering if anyone could help me with this issue, all works fine on Dev and Testing machines and in some of our client sites just 1 or 2 cauing this issue: "Run Time Error -2147023782 (8007045a): a dynamic link library (DLL) initialization routine failed" it appears to be on this line based on logging:
objconn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & m_strPath & ";Extended Properties=dBASE IV;" & _
"User ID=;Password="m_strPath is C:\MyDbfs. Anyone seen this issue before? TIA
I would take a guess and say that either the database in question is not a dbase IV database, or Jet needs to be updated. You can start with this[^] and then here[^] to find the Jet SP8 update for your customers O/S. I've never seen the problem before because I haven't used dBase since, oh, 1985.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
I would take a guess and say that either the database in question is not a dbase IV database, or Jet needs to be updated. You can start with this[^] and then here[^] to find the Jet SP8 update for your customers O/S. I've never seen the problem before because I haven't used dBase since, oh, 1985.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi Dave, I have tried your suggestions but i am still encountering the same issue, any other thoughts? TIA
Nope. The only other thing is to check the integrity of the databases themselves.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak