Results 1 to 3 of 3

Thread: Runtime error '429'

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Location
    Chicago, IL
    Posts
    13

    Post

    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.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Location
    Chicago, IL
    Posts
    13

    Post 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
  •  



Click Here to Expand Forum to Full Width