View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 06:20 PM
vishnumahendra@gmail.com
 
Posts: n/a
Default interdatabase trigger possible??

Hello to all,

I have say two databases A and B.
A database has tables a1 and a2.
B database has a table b1.

My question is

Can i write a trigger for the table b1, which access the fields from
the table a1 and a2?

Simply, can i write a trigger which access data from other databases?

Thank you in advance,
vishnu

Reply With Quote