Manipulating the SQL Commands

  • I am trying to get the SQL Commands interprated in my defined way. I want the data to be encapsulated in the table. and whenever any select or insert on any other command is given to the database then my defined set of rules accept that sql commands and returns the decypted data to my applications.

  • This was removed by the editor as SPAM

  • Im not clear what you want to do but have you looked at triggers?

    By placing triggers on a table you can intercept a command and get the system to behave in a customised way.

    Personally Im not too keen on lots of triggers as they make maintenance and debugging difficult but sometimes thay are the only way.

     

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply