如何在安全的数据库上使用反编译 [英] how to use decompile on secured db

查看:99
本文介绍了如何在安全的数据库上使用反编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨:


在使用

麻烦的数据库时,我已多次使用/ decompile开关。但是,现在,我有一个安全的数据库,

,我无法使用/ wickgrp开关来使用/ decompile开关。


这是我通常用于启动安全数据库的快捷方式:


" C:\Program Files \ Microsoft OfficeXP \Office10 \ MSACCESS.EXE"

" c:\stempelc\area \ hacla \ haclasecurenew.mdb" / wrkgrp

" c:\stempelc\area \ hacla \ systemHACLA.mdw"


通常如果我在同一个网站上运行反编译db,但没有安全保障

我会这样称呼它:


" C:\Program Files \ Microsoft OfficeXP \Office10 \\ \\ MSACCESS.EXE"

" c:\stempelc\area \ hacla \ haclasecurenew.mdb" /反编译


我尝试将开关组合在几乎我能想到的各种方式中,但它实际上从未运行过反编译。


我也尝试使用wrkgrp管理员切换工作组并且

然后运行反编译但它也没有工作


什么'这样做的正确语法是什么?


谢谢。


Jan

Hi:

I''ve used the /decompile switch lots of times when working with
troublesome databases. Now, though, I have a database that is secured,
and I can''t get the /decompile switch to work with the /wrkgrp switch.

Here''s the shortcut I usually use for starting the secured database:

"C:\Program Files\Microsoft OfficeXP\Office10\MSACCESS.EXE"
"c:\stempelc\area\hacla\haclasecurenew.mdb" /wrkgrp
"c:\stempelc\area\hacla\systemHACLA.mdw"

Normally if I were running decompile on the same db but with no security
I''d call it as such:

"C:\Program Files\Microsoft OfficeXP\Office10\MSACCESS.EXE"
"c:\stempelc\area\hacla\haclasecurenew.mdb" /decompile

I tried combining the switches in just about every manner I could think
of, but it never actually ran the decompile.

I also tried switching workgroups using the wrkgrp administrator and
then running decompile but it also didn''t work

What''s the proper syntax for doing this?

Thanks.

Jan

推荐答案

Jan< ja*@stempelconsulting.com>写在

新闻:12 ************* @ corp.supernews.com:
Jan <ja*@stempelconsulting.com> wrote in
news:12*************@corp.supernews.com:
我也试过切换工作组使用wrkgrp管理员
然后运行反编译,但它也没有工作
I also tried switching workgroups using the wrkgrp administrator
and then running decompile but it also didn''t work




什么不起作用?你有适当的登录吗?或者你得到

权限错误?或者你没有反编译?


即哪个部分失败,工作组部分或反编译

部分?

-

David W. Fenton http:// www.dfenton.com/

usenet at dfenton dot com http://www.dfenton.com/DFA/



What didn''t work? Did you get the appropriate logon? Or did you get
a permissions error? Or did you get no decompile?

That is, which part is failing, the workgroup part or the decompile
part?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/


Jan< ja *@stempelconsulting.com>写在

新闻:12 ************* @ corp.supernews.com:
Jan <ja*@stempelconsulting.com> wrote in
news:12*************@corp.supernews.com:
这是'我通常用于启动安全数据库的快捷方式:

" C:\Program Files \ Microsoft OfficeXP \Office10 \ MSACCESS.EXE"
" c :\stempelc\area\hacla\haclasecurenew.mdb" / wrkgrp
" c:\stempelc\area \ hacla \ systemHACLA.mdw"
Here''s the shortcut I usually use for starting the secured
database:

"C:\Program Files\Microsoft OfficeXP\Office10\MSACCESS.EXE"
"c:\stempelc\area\hacla\haclasecurenew.mdb" /wrkgrp
"c:\stempelc\area\hacla\systemHACLA.mdw"




尝试使用此命令行创建快捷方式:


" C:\Program Files \ Microsoft OfficeXP \Office10 \ MSACCESS.EXE"

/ wrkgrp" c:\ stempelc \area\hacla\systemHACLA.mdw" /反编译


请注意,您不必指定文件的名称

open - Access会提示您。


-

David W. Fenton http://www.dfenton.com/

usenet at dfenton dot com http://www.dfenton.com/DFA/


只需使用

" ; C:\Program Files \ Microsoft OfficeXP \ Office10 \ MSACCESS.EXE"

" c:\stempelc\area \ hacla \ haclasecurenew.mdb" / wrkgrp

" c:\\\ tempmpelc \ ata \ hacla \ systemHACLA.mdw"


并添加/反编译

作品IME


因此它将成为:

" C:\Program Files \ Microsoft OfficeXP \Office10 \ MSACCESS。 EXE"

" c:\stempelc\area \ hacla \ haclasecurenew.mdb" / wrkgrp

" c:\stempelc\area \ hacla \ systemLACLA.mdw"

/反编译


PathToMsAccess< space> PathToMdb< space> / wrkgrp< space> PathToWrkgrpFile< space> /反编译


Arno R

" Jan" < ja*@stempelconsulting.com> schreef在bericht新闻:12 ************* @ corp.supernews.com ...
Just use
"C:\Program Files\Microsoft OfficeXP\Office10\MSACCESS.EXE"
"c:\stempelc\area\hacla\haclasecurenew.mdb" /wrkgrp
"c:\stempelc\area\hacla\systemHACLA.mdw"

and add the /decompile
Works IME

So it would become:
"C:\Program Files\Microsoft OfficeXP\Office10\MSACCESS.EXE"
"c:\stempelc\area\hacla\haclasecurenew.mdb" /wrkgrp
"c:\stempelc\area\hacla\systemHACLA.mdw"
/decompile

PathToMsAccess <space> PathToMdb <space> /wrkgrp <space> PathToWrkgrpFile <space> /decompile

Arno R
"Jan" <ja*@stempelconsulting.com> schreef in bericht news:12*************@corp.supernews.com...
嗨:

我有使用
麻烦的数据库时,多次使用/ decompile开关。现在,我有一个安全的数据库,
我不能让/ decompile开关与/ wrkgrp开关一起工作。

这是我的捷径通常用于启动安全数据库:

" C:\Program Files \ Microsoft OfficeXP \ Office10 \ MSACCESS.EXE"
" c:\stempelc\area \ hacla \ haclasecurenew.mdb" / wrkgrp
" c:\stempelc\area \ hacla \ systemHACLA.mdw"

通常如果我在同一个数据库上运行反编译但没有安全性我会这样称呼:

" C:\Program Files \ Microsoft OfficeXP \ Office10 \ MSACCESS.EXE"
" c:\stempelc\area \ hacla \ haclasecurenew.mdb" /反编译

我尝试将开关组合在几乎所有我能想到的方式中,但它从未实际运行反编译。

我也试过切换工作组使用wrkgrp管理员和
然后运行反编译,但它也没有工作

这样做的正确语法是什么?

谢谢。

Jan
Hi:

I''ve used the /decompile switch lots of times when working with
troublesome databases. Now, though, I have a database that is secured,
and I can''t get the /decompile switch to work with the /wrkgrp switch.

Here''s the shortcut I usually use for starting the secured database:

"C:\Program Files\Microsoft OfficeXP\Office10\MSACCESS.EXE"
"c:\stempelc\area\hacla\haclasecurenew.mdb" /wrkgrp
"c:\stempelc\area\hacla\systemHACLA.mdw"

Normally if I were running decompile on the same db but with no security
I''d call it as such:

"C:\Program Files\Microsoft OfficeXP\Office10\MSACCESS.EXE"
"c:\stempelc\area\hacla\haclasecurenew.mdb" /decompile

I tried combining the switches in just about every manner I could think
of, but it never actually ran the decompile.

I also tried switching workgroups using the wrkgrp administrator and
then running decompile but it also didn''t work

What''s the proper syntax for doing this?

Thanks.

Jan



这篇关于如何在安全的数据库上使用反编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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