Click to See Complete Forum and Search --> : run - time error 429


Lonely Wolf
November 19th, 1999, 03:24 AM
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?

Ravi Kiran
November 19th, 1999, 04:20 AM
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

Lonely Wolf
November 19th, 1999, 04:50 AM
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.

November 24th, 1999, 01:52 PM
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