Which transaction manager will be used in the WCF

Nov 16 2014 1:59 AM


I am going through the transactions exist in wcf service but seeking some more clarification on this. I am not sure about which transaction manager wcf will use fo r following scnarios

1) If the wcf service is performing insert in table of one sql server database and delete from table of another sql server database(In same or different server)

2) If the same wcf service is performing insert in table of one sql server database and delete from table oracle database.

3) If wcf service calling 2 different wcf service performing operation on same sql server base database.

Kindly help me providing some understanding on this situations