国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術(shù)文章
文章詳情頁

加密你的Access數(shù)據(jù)庫asp打開方法

瀏覽:166日期:2023-03-18 16:41:52
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 
標簽: Access
相關(guān)文章:
主站蜘蛛池模板: 吉林省| 吴旗县| 彩票| 准格尔旗| 崇州市| 洛浦县| 嘉荫县| 通山县| 金寨县| 泰顺县| 洪湖市| 阜新| 确山县| 扬中市| 平湖市| 渝北区| 德令哈市| 凤山县| 威信县| 兴城市| 勐海县| 小金县| 读书| 新源县| 阿合奇县| 泾川县| 青河县| 原阳县| 东海县| 南涧| 吉水县| 卓尼县| 阿巴嘎旗| 金川县| 南皮县| 綦江县| 察哈| 巨鹿县| 莱西市| 茶陵县| 江津市|