ACC97: Error '3028' Using CreateWorkspace with Password ArgumentLast reviewed: March 3, 1998Article ID: Q181961 |
The information in this article applies to:
SYMPTOMSAdvanced: Requires expert coding, interoperability, and multiuser skills. 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.
RESOLUTIONWhen you create a new Workspace object in which you specify a password, use the following syntax:
Set Workspace = DBEngine.CreateWorkspace(name, user, password, type) STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor more information about the CreateWorkspace method, search the Help Index for "CreateWorkspace."
|
Additional query words: pra errors err
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |