数据库密码 - 按代码输入。 [英] Database Password - Enter by code.

查看:76
本文介绍了数据库密码 - 按代码输入。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果将.mdb转换为.mde代码是安全的,但仍然可以导入

表。

仅为非常基本保护,我放置了使用设置数据库密码在

数据库上的密码选项。现在需要

,每次启动数据库时都要输入密码。怎么做

我输入密码使用代码,这样数据库就可以启动

而无需输入???我注意到代码

有一种设置密码的方法,我认为这是用来更改密码的。我不想改变它,只需输入它。


谢谢

解决方案

查看命令行选项的帮助。我有理由相信你可以在你放在用户桌面上的快捷方式中指定密码,但是,

er,这不会打败它的目的?


Larry Linson

Microsoft Office Access MVP

< co ***** @gmail。在消息中写道

news:53 ********************************** @ c65g2000 hsa.googlegroups.com ...


如果将.mdb转换为.mde代码是安全的,但

表可以仍然是导入的。

为了基本保护,我使用设置数据库密码在

数据库上放置了一个密码。选项。现在需要

,每次启动数据库时都要输入密码。怎么做

我输入密码使用代码,这样数据库就可以启动

而无需输入???我注意到代码

有一种设置密码的方法,我认为这是用来更改密码的。我不想改变它,只需输入它。


谢谢



''发送密钥''字符串在宏中然后转换为代码?也许??


Larry Linson写道:


查看命令行选项的帮助。我有理由相信你可以在你放在用户桌面上的快捷方式中指定密码,但是,

er,这不会打败它的目的?


Larry Linson

Microsoft Office Access MVP

< co ***** @gmail。在消息中写道

news:53 ********************************** @ c65g2000 hsa.googlegroups.com ...


>>如果将.mdb转换为.mde,代码是安全的,但
表可以仍然是导入。
为了基本保护,我使用设置数据库密码在
数据库上放置了密码。选项。现在它要求每次启动数据库时都输入密码。如何使用代码输入密码,以便数据库启动
而无需在其中输入???我注意到代码中有一种设置密码的方法,我认为这是用来更改密码的。我不想改变它,只需输入它。

谢谢




谢谢Larry


我基本上希望从导入/导出中保护数据表!

由于数据库密码提供<一些保护,我希望有一些保护,我希望在启动时(即.mde)

a启动宏或其他什么,

将消除需要手动输入通行证。密码是

并不意味着保护应用程序

但只是阻止表格的导入/导出可访问性。


我'我会查看帮助功能,但现在我担心在执行代码之前需要

密码?


谢谢Greg

8月3日,6:41 * pm,Larry Linson < boun ... @ localhost.notwrote:


查看命令行选项的帮助。我有理由相信你可以在你放在用户桌面上的快捷方式中指定密码,但是,

er,这不会打败它的目的?


* Larry Linson

* Microsoft Office Access MVP


< code ... @gmail。在消息中写道


新闻:53 ******************************** ** @ c65g2000 hsa.googlegroups.com ...


如果将.mdb转换为.mde代码是安全的,但

表仍然可以导入。

仅仅为了基本保护,我使用设置数据库密码在

数据库上放置了一个密码。选项。现在需要

,每次启动数据库时都要输入密码。 *怎么做

我使用代码输入密码,这样数据库就可以启动

而无需在???中输入??? *我注意到代码

有一种设置密码的方式,我认为这是用来更改密码的。 *我

不想改变它,只需输入它。


谢谢 - 隐藏引用的文字 -



- 显示引用的文字 -


If one converts that .mdb into an .mde the code is secure but the
tables can still be imported.
Just for Very Basic protection, I have placed a Password on the
database using the "Set Database Password" option. Now it requires
that the password be entered each time you start the database. How do
I enter the Password using code, so that the database starts up
without having to type it in ??? I notice that there is a way in code
to set the password, which I believe is for changing the password. I
don''t want to change it, just enter it.

Thanks

解决方案

Look in Help for Command Line Options. I am reasonably certain you can
specify the password in the shortcut you place on the user''s desktop, but,
er, wouldn''t that defeat its purpose?

Larry Linson
Microsoft Office Access MVP

<co*****@gmail.comwrote in message
news:53**********************************@c65g2000 hsa.googlegroups.com...

If one converts that .mdb into an .mde the code is secure but the
tables can still be imported.
Just for Very Basic protection, I have placed a Password on the
database using the "Set Database Password" option. Now it requires
that the password be entered each time you start the database. How do
I enter the Password using code, so that the database starts up
without having to type it in ??? I notice that there is a way in code
to set the password, which I believe is for changing the password. I
don''t want to change it, just enter it.

Thanks



''Send Key'' string in a macro then convert to code ?? Maybe??

Larry Linson wrote:

Look in Help for Command Line Options. I am reasonably certain you can
specify the password in the shortcut you place on the user''s desktop, but,
er, wouldn''t that defeat its purpose?

Larry Linson
Microsoft Office Access MVP

<co*****@gmail.comwrote in message
news:53**********************************@c65g2000 hsa.googlegroups.com...

>>If one converts that .mdb into an .mde the code is secure but the
tables can still be imported.
Just for Very Basic protection, I have placed a Password on the
database using the "Set Database Password" option. Now it requires
that the password be entered each time you start the database. How do
I enter the Password using code, so that the database starts up
without having to type it in ??? I notice that there is a way in code
to set the password, which I believe is for changing the password. I
don''t want to change it, just enter it.

Thanks




Thankyou Larry

I am basically looking to secure the data tables from import/export!
Since the Database Password offers
some protection, I was hoping to have code on startup (ie in the .mde)
a startup macro or something, that
would eliminate the need to enter the pass manually. The password is
not meant to secure the application
but simply prevent Import/Export accessibility to the tables.

I''ll look into the help function, but am concerned now that the
password is required before the code executes?

Thanks Greg
On Aug 3, 6:41*pm, "Larry Linson" <boun...@localhost.notwrote:

Look in Help for Command Line Options. I am reasonably certain you can
specify the password in the shortcut you place on the user''s desktop, but,
er, wouldn''t that defeat its purpose?

*Larry Linson
*Microsoft Office Access MVP

<code...@gmail.comwrote in message

news:53**********************************@c65g2000 hsa.googlegroups.com...

If one converts that .mdb into an .mde the code is secure but the
tables can still be imported.
Just for Very Basic protection, I have placed a Password on the
database using the "Set Database Password" option. Now it requires
that the password be entered each time you start the database. *How do
I enter the Password using code, so that the database starts up
without having to type it in ??? *I notice that there is a way in code
to set the password, which I believe is for changing the password. *I
don''t want to change it, just enter it.

Thanks- Hide quoted text -


- Show quoted text -


这篇关于数据库密码 - 按代码输入。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆