|
-
November 19th, 1999, 04:24 AM
#1
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!
-
November 19th, 1999, 05:20 AM
#2
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
-
November 19th, 1999, 05:50 AM
#3
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!
-
November 24th, 1999, 02:52 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|