Access 365 /Access 2019 數(shù)據(jù)庫中哪些函數(shù)功能和屬性被沙箱模式阻止(如未啟動(dòng)宏時(shí))
- 2021-10-06 17:33:00
- zstmtony 翻譯
- 14462
本文提供有關(guān)沙盒模式在 Access 中允許和阻止的功能和屬性的參考信息。請(qǐng)注意,Access 允許在沙箱模式下運(yùn)行多個(gè)較新的函數(shù),包括MonthName和StrReverse,現(xiàn)在它會(huì)阻止更多函數(shù),包括Assistance、ExportNavigationPane和LoadCustomUI。在繼續(xù)操作時(shí),請(qǐng)記住您必須信任(啟用其中的內(nèi)容)數(shù)據(jù)庫或?qū)?shù)據(jù)庫放置在受信任的位置,以便本文中的信息可用。
設(shè)置沙箱模式以運(yùn)行不安全的表達(dá)式
將表達(dá)式添加到數(shù)據(jù)庫時(shí),Access 會(huì)在稱為沙箱模式的操作環(huán)境中運(yùn)行該表達(dá)式。Access 默認(rèn)啟用沙箱模式,反過來,沙箱模式始終禁用不安全的表達(dá)式,即使在您信任數(shù)據(jù)庫之后也是如此。
如果您信任某個(gè)數(shù)據(jù)庫并且想要運(yùn)行沙盒模式禁用的表達(dá)式,則可以通過更改禁用沙盒模式的注冊(cè)表項(xiàng)來運(yùn)行該表達(dá)式。請(qǐng)記住,您必須首先信任數(shù)據(jù)庫才能執(zhí)行本節(jié)中的步驟。
此圖顯示了您在決定是否運(yùn)行不安全表達(dá)式時(shí)遵循的過程。
小心 錯(cuò)誤地編輯注冊(cè)表可能會(huì)嚴(yán)重?fù)p壞您的操作系統(tǒng),需要您重新安裝它。Microsoft 不能保證可以解決因錯(cuò)誤編輯注冊(cè)表而導(dǎo)致的問題。在編輯注冊(cè)表之前,請(qǐng)備份所有有價(jià)值的數(shù)據(jù)。有關(guān)使用和保護(hù)計(jì)算機(jī)注冊(cè)表的最新信息,請(qǐng)參閱 Microsoft Windows 幫助。
如果您不熟悉注冊(cè)表或不習(xí)慣自己更改注冊(cè)表項(xiàng),請(qǐng)聯(lián)系正在或考慮將數(shù)據(jù)庫從早期版本的 Access 轉(zhuǎn)換為 Access 文件格式的人。此外,您必須在計(jì)算機(jī)上擁有管理員權(quán)限才能更改注冊(cè)表值。
更改注冊(cè)表項(xiàng)
重要提示: 執(zhí)行這些步驟后,計(jì)算機(jī)上的所有用戶都可以在所有 Access 實(shí)例中運(yùn)行不安全的表達(dá)式。
執(zhí)行以下操作之一:
在 Microsoft Windows 7 或 Microsoft Windows 10 中
在任務(wù)欄上,單擊開始,然后單擊運(yùn)行。
在“打開”框中,鍵入regedit,然后按 Enter。
注冊(cè)表編輯器啟動(dòng)。
展開 HKEY_LOCAL_MACHINE 文件夾并導(dǎo)航到以下注冊(cè)表項(xiàng):
\Software\Microsoft\Office\16.0\Access Connectivity Engine\Engines
注意: 注意,14.0 表示 Access 2010,15.0 表示 Access 2013,16.0 表示 Access 2016 及更新版本。
在注冊(cè)表編輯器的右窗格中,在Name下,雙擊SandboxMode。
將出現(xiàn)“編輯 DWORD 值”對(duì)話框。
在Value Data字段中,將值從3更改為2,然后單擊OK。
關(guān)閉注冊(cè)表編輯器。
在 Windows Vista 中
單擊開始按鈕,指向所有程序,單擊附件,然后單擊運(yùn)行。
在“打開”框中,鍵入regedit,然后按 Enter。
注冊(cè)表編輯器啟動(dòng)。
展開 HKEY_LOCAL_MACHINE 文件夾并導(dǎo)航到以下注冊(cè)表項(xiàng):
\Software\Microsoft\Office\16.0\Access Connectivity Engine\Engines
注意: 注意,4.0 表示 Access 2010,15.0 表示 Access 2013,16.0 表示 Access 2016 及更新版本。
在注冊(cè)表編輯器的右窗格中,在Name下,雙擊SandboxMode。
將出現(xiàn)“編輯 DWORD 值”對(duì)話框。
在Value Data字段中,將值從3更改為2,然后單擊OK。
關(guān)閉注冊(cè)表編輯器。
重要 請(qǐng)記住,如果您不首先信任數(shù)據(jù)庫,則無論您是否更改此注冊(cè)表設(shè)置,Access 都會(huì)禁用任何不安全的表達(dá)式。
您可以將注冊(cè)表值設(shè)置為以下值,0(零)表示最寬松,3 表示最不寬松。
環(huán)境 |
描述 |
0 |
沙盒模式始終處于禁用狀態(tài)。 |
1 |
沙盒模式用于 Access,但不適用于非 Access 程序。 |
2 |
沙盒模式用于非 Access 程序,但不適用于 Access。 |
3 |
沙盒模式一直在使用。這是安裝 Access 時(shí)設(shè)置的默認(rèn)值。 |
你能在Access數(shù)據(jù)庫沙盒模式sandbox mode使用的功能
The following table lists the functions that you can use in Access database engine queries when sandbox mode is enabled. Any functions that do not appear in the list are not available in sandbox mode.
Abs |
Array |
Asc |
Ascb |
Ascw |
Atn |
CBool |
CByte |
CCur |
CDate |
CDbl |
Choose |
Chr |
Chr$ |
Chrb |
Chrb$ |
Chrw |
Chrw$ |
Cint |
Clng |
Cos |
Csng |
Cstr |
Cvar |
CVDate |
CVErr |
Date |
Date$ |
DateAdd |
DateDiff |
DatePart |
DateSerial |
DateValue |
Day |
DDB |
Error |
Error$ |
Exp |
Fix |
Format |
Format$ |
FormatCurrency |
FormatDateTime |
FormatNumber |
FormatPercent |
FV |
Hex |
Hex$ |
Hour |
IIf |
IMEStatus |
InStr |
InStrb |
Int |
IPmt |
IRR |
IsDate |
IsEmpty |
IsError |
IsNull |
IsNumeric |
IsObject |
LCase |
LCase$ |
Left |
Left$ |
Leftb |
Leftb$ |
Len |
Lenb |
Log |
LTrim |
LTrim$ |
Mid |
Mid$ |
Midb |
Midb$ |
Minute |
MIRR |
Month |
MonthName |
Now |
NPer |
Npm |
Oct |
Oct$ |
Partition |
Pmt |
PPmt |
PV |
QBColor Function |
Rate |
Replace |
RGB |
Right |
Right$ |
RightB |
Rightb$ |
Rnd |
Round |
RTrim |
RTrim$ |
Second |
Sgn |
Sgr |
Sin |
SLN |
Space |
Space$ |
Str |
Str$ |
StrComp |
StrConv |
String |
String$ |
StrReverse |
Switch |
SYD |
Tan |
Time |
Time$ |
Timer |
TimeSerial |
TimeValue |
Trim |
Trim$ |
TypeName |
UCase |
UCase$ |
Val |
VarType |
Weekday |
Year |
你在沙盒模式Access數(shù)據(jù)庫sandbox mode可能出錯(cuò)的函數(shù)
The following Visual Basic for Applications (VBA) functions will cause an error when the functions are called from an expression in an Access database engine query (tmtony), or when called from an Access property.
AppActivate |
Beep |
Calendar |
CallByName |
ChDir |
ChDrive |
Command |
Command$ |
CreateObject |
CurDir |
CurDir$ |
DeleteSetting |
DoEvents |
Environ |
Environ$ |
EOF |
Err |
FileAttr |
FileCopy |
FileDateTime |
FileLen |
FreeFile |
GetAllSettings |
GetAttr |
GetObject |
GetSetting |
Input |
Input$ |
InputB |
InputB$ |
Kill |
Load |
Loc |
LOF |
Randomize |
Reset |
SaveSetting |
Seek |
SendKeys |
SetAttr |
Shell |
Spc |
Tab |
Unload |
UserForms |
Width |
你在Access SandBox Mode沙盒模式可能被屏蔽(block)的函數(shù)
Sandbox mode blocks the following Access functions when the functions are called from an expression in a query or from an Access property.
AddAutoCorrect |
AddToFavorites |
ADOConnectString |
AnswerWizard |
Application |
Assistant |
Assistance |
AutoCorrect |
AutomationSecurity |
BeginUndoable |
CloseCurrentDatabase |
CodeContextObject |
CodeDb |
COMAddIns |
CommandBars |
CompactRepair |
ConvertAccessProject |
CreateAccessProject |
CreateAdditionalData |
CreateControl |
CreateControlEx |
CreateDataAccessPage |
CreateForm |
CreateGroupLevel |
CreateNewWorkgroupFile |
CreateReport |
DataAccessPages |
DBEngine |
DDEExecute |
DDEInitiate |
DDEPoke |
DDERequest |
DDESend |
DDETerminate DDETerminateAll |
DefaultWebOptions |
DefaultWorkspaceClone |
DelAutoCorrect |
DeleteControl |
DeleteReportControl |
DoCmd |
Echo |
ExportCustomFixedFormat* |
ExportNavigationPane |
ExportXML |
FeatureInstall |
FileDialog |
FileSearch |
FollowHyperlink |
GetHiddenAttribute |
ImportNavigationPane |
ImportXML |
InsertText |
LanguageSettings |
LoadCustomUI* |
LoadFromText |
LoadPicture |
Modules |
NewAccessProject |
NewCurrentDatabase |
NewFileTaskPane |
OpenAccessProject |
OpenCurrentDatabase |
Parent |
ProductCode |
Quit |
References |
RefreshDatabaseWindow |
RefreshTitleBar |
ReloadAddIns |
ReplaceModule |
Run |
RunCommand |
SaveAsText |
SetDefaultWorkGroupFile |
SetHiddenAttribute |
SetOption |
SetUndoRecording |
SysCmd |
TransformXML |
VBE |
Access在沙盒模式sandbox mode被屏蔽的屬性
In addition to the functions listed in the previous section(tmtony), sandbox mode also blocks a number of object properties. The following table lists the objects and the blocked property or properties for each object.
Object |
Blocked Property or Properties |
BoundObjectFrame |
Object |
Combobox |
Recordset |
Control |
Object |
CurrentProject |
AccessConnection, BaseConnectionString, CloseConnection, Connection, OpenConnection |
CustomControl |
Object |
Form |
Dynaset |
Hyperlink |
Add to favorites |
Listbox |
Recordset |
ObjectFrame |
Object |
Report |
Recordset |
SmartTagAction |
Execute |
Screen |
ActiveDataAccessPage |
- office課程播放地址及課程明細(xì)
- Excel Word PPT Access VBA等Office技巧學(xué)習(xí)平臺(tái)
- 將( .accdb) 文件格式數(shù)據(jù)庫轉(zhuǎn)換為早期版本(.mdb)的文件格式
- 將早期的數(shù)據(jù)庫文件格式(.mdb)轉(zhuǎn)換為 (.accdb) 文件格式
- KB5002984:配置 Jet Red Database Engine 數(shù)據(jù)庫引擎和訪問連接引擎以阻止對(duì)遠(yuǎn)程數(shù)據(jù)庫的訪問(remote table)
- Access 365 /Access 2019 數(shù)據(jù)庫中哪些函數(shù)功能和屬性被沙箱模式阻止(如未啟動(dòng)宏時(shí))
- Access Runtime(運(yùn)行時(shí))最全的下載(2007 2010 2013 2016 2019 Access 365)
- Activex控件或Dll 在某些電腦無法正常注冊(cè)的解決辦法(regsvr32注冊(cè)時(shí)卡?。?/a>
- office使用部分控件時(shí)提示“您沒有使用該ActiveX控件許可的問題”的解決方法
- RTF文件(富文本格式)的一些解析
- Access樹控件(treeview) 64位Office下出現(xiàn)橫向滾動(dòng)條不會(huì)自動(dòng)定位的解決辦法
- Access中國樹控件 在win10電腦 節(jié)點(diǎn)行間距太小的解決辦法
- EXCEL 2019 64位版(Office 2019 64位)早就支持64位Treeview 樹控件 ListView列表等64位MSCOMMCTL.OCX控件下載
- VBA或VB6調(diào)用WebService(直接Post方式)并解析返回的XML
- 早期PB程序連接Sqlserver出現(xiàn)錯(cuò)誤
- MMC 不能打開文件C:/Program Files/Microsoft SQL Server/80/Tools/Binn/SQL Server Enterprise Manager.MSC 可能是由于文件不存在,不是一個(gè)MMC控制臺(tái),或者用后來的MMC版
- sql server連接不了的解決辦法
- localhost與127.0.0.1區(qū)別
- Roych的淺談數(shù)據(jù)庫開發(fā)系列(Sql Server)
- sqlserver 自動(dòng)備份對(duì)備份目錄沒有存取權(quán)限的解決辦法
- 安裝Sql server 2005 express 和SQLServer2005 Express版企業(yè)管理器 SQLServer2005_SSMSEE
聯(lián)系人: | 王先生 |
---|---|
Email: | 18449932@qq.com |
QQ: | 18449932 |
微博: | officecn01 |