 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Marcelo [RM Sistemas] Guest
|
Posted: Thu Mar 16, 2006 1:03 pm Post subject: Hiding transactions |
|
|
Is it possible, to hide transaction executed in my Delphi program, so
that transactions canīt be seen at SQL Monitor or Profiler.
Thank you in advance.
Marcelo |
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Thu Mar 16, 2006 3:03 pm Post subject: Re: Hiding transactions |
|
|
Marcelo [RM Sistemas] wrote:
| Quote: | Is it possible, to hide transaction executed in my Delphi program,
so that transactions can4t be seen at SQL Monitor or Profiler.
|
No. Any tool that monitors the stream of commands between your app and
the database server will see the transaction commands along with
everything else. Out of curiousity, why would you want to?
--
Bill Todd (TeamB) |
|
| Back to top |
|
 |
Marcelo [RM Sistemas] Guest
|
Posted: Thu Mar 16, 2006 10:03 pm Post subject: Re: Hiding transactions |
|
|
For security reasons, of course.
Searching the net, i discover something like this... CREATE PROCEDURE WITH
ENCRYPTION...
This way, everything i put inside the procedure will never be captured by
SQL Monitor, Profiler or sp_helptext
Thankīs anyway!
Marcelo Lombi
"Bill Todd" <no (AT) no (DOT) com> escreveu na mensagem
news:44197473$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Marcelo [RM Sistemas] wrote:
Is it possible, to hide transaction executed in my Delphi program,
so that transactions can4t be seen at SQL Monitor or Profiler.
No. Any tool that monitors the stream of commands between your app and
the database server will see the transaction commands along with
everything else. Out of curiousity, why would you want to?
--
Bill Todd (TeamB) |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|