ACC97: Run-Time Error '3028' Using CreateWorkspace Method with a Password Argument (181961)
The information in this article applies to:
This article was previously published under Q181961 Advanced: Requires expert coding, interoperability, and multiuser skills.
SYMPTOMS
If you use the CreateWorkspace method without specifying the DBEngine
object, you may receive the following error message when you use the
optional Password argument:
Run-time error '3028':
Can't start your application. The workgroup information file is missing
or opened exclusively by another user.
If you choose not to specify a password, the same syntax does not cause an
error.
RESOLUTION
When you create a new Workspace object in which you specify a password, use
the following syntax:
Set Workspace = DBEngine.CreateWorkspace(name, user, password, type)
STATUS
Microsoft has confirmed this to be a problem in the versions of Microsoft
Access listed at the beginning of this article.
REFERENCES
For more information about the CreateWorkspace method, search the Help
Index for "CreateWorkspace."
Modification Type: | Minor | Last Reviewed: | 1/26/2005 |
---|
Keywords: | kberrmsg kbprb KB181961 |
---|
|