CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 1999
    Location
    Italy
    Posts
    80

    run - time error 429

    I use this:


    dim db as database, rs as recordset
    set db=opendatabase(app.path+"\xxx.mdb")
    ..
    ..
    ..




    On my PC is working perfectly, but after installing (using wizard to create a setup) it on other PC's i have "run-time error 429" when the program execute the "set db=..." instruction.
    Setup installs dao360.dll in the new PC and the mdb file and path are correct (debuggin' with msgbox).
    I'm sorry for my english, But Can anyone help me?



    Something over there is coding....
    ... and you don't know!

  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: run - time error 429

    Is the DAO properly installed on the system?
    DAO360.dll may be present in the system. But is it registered? One way to check is: Run Regedit, and see if DAO.DBEngine.35 /36 is present or not. I donot know if DAO360.dll requires any other support dlls!!
    like MSVCRTxx.dll or something


    RK

  3. #3
    Join Date
    Nov 1999
    Location
    Italy
    Posts
    80

    Re: run - time error 429

    Thanks, I've verified that on other pc there is dao.dbengine 35 in the register but not 36.
    Do you know how to register?
    I'm sure dao36.dll doesn't need others dll's.

    Something over there is coding....
    ... and you don't know!

  4. #4
    Guest

    Re: run - time error 429

    try to install MDAC 2.0 on the destination machine (Microsoft Data Access Component 2.0) search for mdac_typ.exe on your drive & include it in your setup package.../q for quiet mode


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured