简体   繁体   English

msaccess工作组信息文件

[英]msaccess workgroup information file

I have a VB applicaiton with MS-Access database. 我有一个带有MS-Access数据库的VB应用程序。 The access database is protected with workgroup administration file. 访问数据库受工作组管理文件保护。

I understood that, to add a workgroup file we need to goto Tools-> Security -> Workgroup Administrator to add the work group file. 我知道,要添加工作组文件,我们需要转到Tools-> Security -> Workgroup Administrator以添加工作组文件。 In MS-Access 2007, we have to put some commands in the VBA IDE (or we need to create macro) 在MS-Access 2007中,我们必须在VBA IDE中放置一些命令(或者我们需要创建宏)

My question is: If many users required the same database, do we need to add the workgroup information file in each users machine? 我的问题是:如果许多用户需要同一个数据库,是否需要在每台用户计算机中添加工作组信息文件?

Thanks in advance, Ramesh.PB 在此先感谢Ramesh.PB

Normally all users use the same workgroup file on a shared folder. 通常,所有用户在共享文件夹上使用相同的工作组文件。 You set that in the application shortcut: 您可以在应用程序快捷方式中进行设置:

C:\...\MSACCESS.EXE c:\data\Northwind_be.mdb /wrkgrp c:\developer.mdw

See this page 看到这个页面

If you don't do it that way, your security changes won't be reflected to users until the workgroup db is copied to their pc ! 如果您不这样做,您的安全更改将不会反映给用户,除非将工作组数据库复制到他们的PC上!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ADODB连接字符串:工作组信息文件丢失? - ADODB Connection String: Workgroup Information file is Missing? 导入Access .mdb时SQL Server导入向导“工作组信息文件”错误 - SQL Server Import Wizard “workgroup information file” error when importing Access .mdb 从Access检索表名称,无法打开Microsoft Jet引擎工作组信息文件 - Retrieving table names from Access, can't open microsoft jet engine workgroup information file 打开与MS Access 2007文件的连接时出错:无法打开MS Office Access数据库引擎工作组信息文件 - Error while opening a connection to MS Access 2007 file: Cannot open the MS Office Access database engine workgroup information file MSAccess 在打开文件时崩溃 - MSAccess crashes opening a file 使用安全工作组文件对Access文件进行脚本访问 - Scripting access to an Access file with a security Workgroup file MSAccess-TransferDatabase-文件锁定打开? - MSAccess - TransferDatabase - File locked open? 在MSAccess中导入文件有哪些不同的格式选项 - what are the different format options for importing a file in MSAccess MSAccess:选择*放入其他路径中的CSV文件 - MSAccess: Select * Into for CSV file in a different Path 获取用于创建MDB文件的MSAccess版本 - Get MSAccess version used to create MDB file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM