Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. DLL Initialization routine Failed

DLL Initialization routine Failed

Scheduled Pinned Locked Moved Visual Basic
helptestingbeta-testingquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KeithF
    wrote on last edited by
    #1

    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

    D 1 Reply Last reply
    0
    • K KeithF

      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

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      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

      K 1 Reply Last reply
      0
      • D 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

        K Offline
        K Offline
        KeithF
        wrote on last edited by
        #3

        Hi Dave, I have tried your suggestions but i am still encountering the same issue, any other thoughts? TIA

        D 1 Reply Last reply
        0
        • K KeithF

          Hi Dave, I have tried your suggestions but i am still encountering the same issue, any other thoughts? TIA

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Nope. The only other thing is to check the integrity of the databases themselves.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups