|
-
Mar 12th, 2000, 11:47 PM
#1
Thread Starter
New Member
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.
-
Mar 12th, 2000, 11:54 PM
#2
Guru
You might not be distributing DAO 3.6 properly with your application. Check out this page: http://support.microsoft.com/support.../q233/0/02.asp
-
Mar 13th, 2000, 01:56 AM
#3
Thread Starter
New Member
Thanks
Thanks! that fixed the problem.
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
|