|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
减少客户内IT专业人才缺乏带来的影响。ASP的客户员工利用浏览器进入相关的应用软件,简单易用,无需专业技术支持。SecureYourAccessDatabase
Howcanyoukeepunwantedpeoplefromdownloadingyourdatabasesimplybytypingintheurl?
Youcant,itisnotpossible.BUTyoucansecureitbyaddingapasswordtoit.BelowIwill
walkyouthroughthestepsneededtoaccomplishthis.
1.Downloadyourdatabase(newfeatureaddedtoday,seeabove).
2.OpenitupinMSAccess.(Checkthe"Exclusive"checkboxinthefiledialogbox.Ifyoudont,
Accesswillaskyoutolater.)
3.MenuBar-->Tools-->Security-->SetDatabasePasswordSelect"Tools"fromthemenubar,
then"Security",then"SetDatabasePassword."
4.Yourpasswordcanbe:(quotedfromMSAccessHelp)"Passwordscanbeanycombinationof14or
fewercharacters,exceptcontrolcharacters.Passwordsarecase-sensitive."
5.UploadyourpasswordprotecteddatabasetoBrinkster.
6.Whatneedstobechangedinyourcode:
Onlyyourconnectionstringneedstobechanged.Hereisasample:
SetConn=Server.CreateObject("ADODB.Connection")
MyConnStr="DRIVER={MicrosoftAccessDriver(*.mdb)};"
MyConnStr=MyConnStr&"DBQ=d:sitesmembernamedbmydbase.mdb;"
MyConnStr=MyConnStr&"PWD=yourpassword"
Conn.Open(MyConnStr)
Addthe"PWD=yourpassword"totheconnectionstringandyouareset!
7.IntheSQLMgr,anewfieldhasbeenaddedforpassword.ThiswayyoucanstillusetheSQL
Mgr,evenifyourAccessdatabasehasbeenpasswordprotected!
By:JaredStauffer
实现规模效益。与传统的用户拥有硬件软件所有权和使用权以及传统的应用服务商提供一对一的服务模式不同,ASP拥有应用系统所有权,用户拥有使用权,应用系统集中放在ASP的数据中心中,集中管理,分散使用,以一对多的租赁的形式为众多用户提供有品质保证的应用技术服务,实现规模效益。 |
|