Results 1 to 3 of 3

Thread: Runtime error '429'

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    England
    Posts
    1

    Question

    I wrote a pretty basic VB prog a few months ago which incorporates accessing a MS access database (.mdb)

    Since trying to run this prog recently (I've not used VB for ages) I get the following error code '429' and message:

    'activex component can't create object'

    I can't get the thing to run, and it's really annoying.
    I've reinstalled VB5 but still doesn't fix problem.
    I haven't changed any of the code (it worked fine several months ago) so I don't understand why it's deciding not to work.

    Can anyone suggest why I'm getting this problem please?

    Thanks in advance!
    Manik

  2. #2
    Member
    Join Date
    Jun 2000
    Location
    In front of Computer
    Posts
    37
    http://msdn.microsoft.com/library/default.asp

    you can look up error codes there.

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    That must be the most annoying problem for all vb5-users. I can't create objects in runtime for the same reason
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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