|
-
Jun 6th, 2000, 03:04 AM
#1
Thread Starter
New Member
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!
-
Jun 6th, 2000, 03:09 AM
#2
Member
-
Jun 6th, 2000, 03:18 AM
#3
transcendental analytic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|