简体   繁体   English

在MsAccess 2010中创建工作组

[英]Creating workgroups in MsAccess 2010

I want to create workgroups in my database in MS Access 2010 such that I can provide different access levels to different users. 我想在MS Access 2010的数据库中创建工作组,以便可以为不同的用户提供不同的访问级别。

I tried using DDL commands creating user by CREATE USER and CREATE GROUP but I am getting syntax error stating that error in create table 我尝试使用通过CREATE USERCREATE GROUP创建用户的DDL命令,但出现语法错误,说明在create table中存在错误

Please suggest me some way so that I can provide authorization and authentication to my Database in MS Access 2010 (.accdb file). 请提出一些建议,以便我可以对MS Access 2010中的数据库(.accdb文件)提供授权和身份验证。

Thanks, 谢谢,

Aman 阿曼

User level security is a feature provided by the Jet database engine. 用户级别的安全性是Jet数据库引擎提供的功能。 Support for that feature was dropped from the new ACE database engine when using the new ACCDB format database. 使用新的ACCDB格式数据库时,该功能的支持已从新的ACE数据库引擎中删除。 However it is still supported with the older MDB format databases. 但是,较旧的MDB格式数据库仍支持该功能。

So, if you want user level security with Access 2010, create an MDB format database and use that. 因此,如果要使用Access 2010进行用户级安全保护,请创建一个MDB格式的数据库并使用它。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM