Can trigger return value

Started by Deepa Kover 22 years ago2 messagesgeneral
Jump to latest
#1Deepa K
kdeepa@midascomm.com

Hi,
Thanks for your prompt reply.
I think I didn't explained the problem
clearly.
Actually when a client (from an application like java)
tries to access the server database which is in network
How could I solve the problem. Is 'RAISE EXCEPTION' solves
the above problem. If so please explain me.

regards,
Deepa K.

#2Dmitry Tkach
dmitry@openratings.com
In reply to: Deepa K (#1)
Re: Can trigger return value

Deepa K wrote:

Hi,
Thanks for your prompt reply.
I think I didn't explained the problem
clearly.
Actually when a client (from an application like java)
tries to access the server database which is in network
How could I solve the problem. Is 'RAISE EXCEPTION' solves
the above problem. If so please explain me.

You application will receive an exception with an error message after it
tries to do something, that is disallowed by your trogger.

I hope, it helps...

Dima