如何防止Sql Monitor跟踪当前的程序?(200)(200分)

  • 主题发起人 主题发起人 airdreamer
  • 开始时间 开始时间
A

airdreamer

Unregistered / Unconfirmed
GUEST, unregistred user!

当Delphi程序通过bde访问数据库时,运行Sql Monitor可跟踪显示出

当前提交的Sql语句及其结果.如何避免这种情况?
 
看来没办法
 
为什么这样?
 

若无法解决的话,所有通过bde访问数据库的程序
岂不太不安全?
 
如果它会用sql monitor的话,它是不是也会用调试程序跟踪你的exe呢,
那即使你不用bde,也是不行的,该知道的总是会给人知道的,所以你怕啥
 
if he can trace your sql, he should be an admin or sa!
to such a person, what's security ?
besides bde, odbc,ado,db-lib can be also traced by sql monitor.
one way to avoid some special sql statement to be traced is to
write stored procedure and encrypt them.
btw:if you use sql 7, u can use app role to avoid primary user
logon sql server outside your application
 
多人接受答案了。
 
后退
顶部