本文介绍了无法打开数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个数据库,当你试图打开它时它会引发一个错误

没有打开。尝试使用OpenDatabase方法打开数据库

引发相同的错误。尝试从数据库导入任何对象(表,队列,表单,

等)会引发相同的错误。试图链接到数据库中的表格

引发了同样的错误。我猜在开放表单的打开事件中有一个autoexec

宏或代码包含错误。

按住shift键似乎没有绕过启动设置。


1.有没有办法从外部数据库查看问题数据库的属性来查看是否禁用了AllowBypassKey?


2.有没有办法从命令行参数或外部数据库到

重置AllowBypassKey如果它被禁用?


3.关于如何打入问题数据库的任何想法?


谢谢!


史蒂夫

解决方案







I have a database that raises an error when you try to open it and it
doesn''t open. Trying to open the database with the OpenDatabase method
raises the same error. Trying to import any objects (tables, queies, forms,
etc) from the database raises the same error. Trying to link to the tables
in the database raises the same error. I am guessing there is an autoexec
macro or code in the open event of the opening form that contains the error.
Holding down the shift key does not seem to bypass the startup settings.

1. Is there any way from an external database to look at the properties of
the problem database to see if the AllowBypassKey is disabled?

2. Is there a way from command line parameters or an external database to
reset AllowBypassKey if it is disabled?

3. Any ideas on how to break into the problem database?

Thanks!

Steve

解决方案







这篇关于无法打开数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 13:44