PDA

Click to See Complete Forum and Search --> : Runtime error '429'


astauffer
Mar 12th, 2000, 10:47 PM
I am using Visual Basic 5.0 with an Access 2000 database. I have references to DAO 3.6 in VB. When running the program on a computer with Access 2000 installed on it the program runs ok, however when the program is installed on a computer without Access it won't run. When the program gets to
set db = opendatabase (dblocation)
it generates a runtime error '429' "Active X component can't create object"
Any help would be appreciated, thank you.

Clunietp
Mar 12th, 2000, 10:54 PM
You might not be distributing DAO 3.6 properly with your application. Check out this page: http://support.microsoft.com/support/kb/articles/q233/0/02.asp

astauffer
Mar 13th, 2000, 12:56 AM
Thanks! that fixed the problem.