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