|
-
Jul 16th, 2001, 04:57 AM
#1
Thread Starter
Junior Member
Why is DBEngine undefined ???
This line ....
************
Set ws = DBEngine.CreateWorkspace("", "admin", "")
************
reports a error saying that DBEngine is undefined. But when I write the line VB suggests all available methods after I write the dot after DBEngine so why does the error come up ????
Pl ... help ... EE
-
Jul 19th, 2001, 08:44 AM
#2
New Member
Hmm, first thing that comes to mind is do you have a reference to DAO? (I think it's DAO anyway :P)
It worked fine for me:
Dim ws As Workspace
Set ws = DBEngine.CreateWorkspace("", "admin", "")
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
|