Hi, Few questions related to distributed transaction.
I have two instances of a DB. I want a successful transaction only if it happens for Both, if it fails in either one it should rollback the Previous or will not go for second. Is this the distributed transaction ? Is distributed transaction is feature of Programming language or Databases? If it is a programming languages then, do PHP, Perl supports this? If it is a DB feature then which DB supports this? Thanks Sumit

