|
-
Jun 24th, 1999, 03:40 AM
#1
Thread Starter
New Member
I keep getting 'Run-time error 429: ActiveX component can't create object'.
I have tried different things but I cannot get anywhere at all. It doesn't even let me open a database.
In the help file it says it might be missing DLLs or the DLLs might be corrupted but I couldn't find any on the Internet to reinstall from.
Here is a sample code I tried:
Option Explicit
Dim dbBarbwire As Database
Private Sub cmdOpen_Click()
Set dbBarbwire = CreateDatabase("C:\test.mdb", dbLangGeneral)
End Sub
Do you think you can help me out?
------------------
--
Daemon
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
|