三度网教程:是一个免费提供流行视频软件教程、在线学习分享的学习平台!

加密你的Access数据库

时间:2023-7-23作者:未知来源:三度网教程人气:


Microsoft Office Access是由微软发布的关系数据库管理系统。它结合了 MicrosoftJet Database Engine 和 图形用户界面两项特点,是 Microsoft Office 的系统程序之一。Microsoft Office Access是微软把数据库引擎的图形用户界面和软件开发工具结合在一起的一个数据库管理系统。它是微软OFFICE的一个成员, 在包括专业版和更高版本的office版本里面被单独出售。2018年9月25日,最新的微软Office Access 2019在微软Office 2019里发布。

   Secure Your Access Database

  How can you keep unwanted people from downloading your database simply by typing in the url?

  You can't, it is not possible. BUT you can secure it by adding a password to it. Below I will

  walk you through the steps needed to accomplish this.

  1. Download your database (new feature added today, see above).

  2. Open it up in MS Access. (Check the "Exclusive" checkbox in the file dialog box. If you don't,

  Access will ask you to later.)

  3. Menu Bar --> Tools --> Security --> Set Database Password Select "Tools" from the menu bar,

  then "Security", then "Set Database Password."

  4. Your password can be: (quoted from MS Access Help) "Passwords can be any combination of 14 or

  fewer characters, except control characters. Passwords are case-sensitive."

  5. Upload your password protected database to Brinkster.

  6. What needs to be changed in your code:

  Only your connection string needs to be changed. Here is a sample:

  Set Conn = Server.CreateObject("ADODB.Connection")

  MyConnStr = "DRIVER={Microsoft Access Driver (*.mdb)}; "

  MyConnStr = MyConnStr & "DBQ=d:sitesmembernamedbmydbase.mdb; "

  MyConnStr = MyConnStr & "PWD=yourpassword"

  Conn.Open(MyConnStr)

  Add the "PWD=yourpassword" to the connection string and you are set!

  7. In the SQL Mgr, a new field has been added for password. This way you can still use the SQL

  Mgr, even if your Access database has been password protected!

  By: Jared Stauffer

        :更多精彩教程请关注本文设计教程 栏目,


Microsoft Access在很多地方得到广泛使用,例如小型企业,大公司的部门。

关键词:  加密你的Access数据库





Copyright © 2012-2018 三度网教程(http://www.3du8.cn) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版