>
Part | Description |
variable | A variable declared as object data type Workspace. |
name | A String variable that uniquely names the new Workspace object. See the Name property for details on valid Workspace names. |
user | A String variable that identifies the owner of the new Workspace object. See the UserName property for more information. |
password | A String variable containing the password for the new Workspace object. The password can be up to 14 characters long and can include any characters except ASCII character 0 (null). See the Password property for more information on valid passwords. |
Dim wspSpecial As Workspace ' Create new workspace. Set wspSpecial = DBEngine.CreateWorkspace("Special","guest", "")