The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. SUMMARYThis article shows you how to share a secured Microsoft Jet database on a network. For a group of users to gain access to a secured database, the users must join the same workgroup information file. In Access 2.0, the workgroup information file has the extension .mda. In Access 95 and 97, the workgroup information file has the extension .mdw. MORE INFORMATIONTo Share a Database in Access 95 or Access 97NOTE: This example assumes that the workgroup information file is named Secure.mdw.
"c:\Program Files\Microsoft Office\Office\Msaccess.exe" "\\srvr\fldr\MyDB.mdb" /wrkgrp "\\srvr\fldr2\Secure.mdw"where \\srvr\fldr\MyDB.mdb is the universal naming convention (UNC) path to the database that you are sharing, and \\srvr\fldr2\Secure.mdw is the workgroup information file that you are sharing. To Share a Database in Access 2.0NOTE: This example assumes that the workgroup information file is named Secure.mda.
REFERENCESFor Access 95 and 97: command lineand then double-click the selected text to go to the "Start Microsoft Access with command-line options" topic. If you are unable to find the information you need, ask the Office Assistant. For more information about securing your application, see chapter 14 of Building Applications with Microsoft Access 97 or Building Applications with Microsoft Access for Windows 95. For more information about Microsoft Access 95 security, please see the following article in the Microsoft Knowledge Base: Q148555 ACC95: MS Access 95 Security White Paper Available in Download CenterIn Access 2.0: For more information about customizing the .ini file, see page 10 of the Advanced Topics book for Microsoft Access Developer's Toolkit (version 2.0). For additional information about Access 2.0 security, please see the following article in the Microsoft Knowledge Base: Q122036 ACC2: Security Wizard and White Paper for Access 2.0 Available in Download CenterFor additional information about the Access 2.0 .ini file, please see the following article in the Microsoft Knowledge Base: Q122246 ACC2: Sample MSACC20.INI File for MS Access Version 2.0 Additional query words: inf
Keywords : kbdta ocsso |
Last Reviewed: November 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |