Two phase commit

  • Thread starter Thread starter Lowry Smith
  • Start date Start date
L

Lowry Smith

Does anyone show me the resource to implement two phase commit using SQL
Server 2000 and Oracle 9x using ADO.Net technology? Is there any additional
settings are required in these two databases two implement the same? Is
there any configuration on the system where the application (ASP.Net) is
hosted?

Windows 2000 Server.

..Net Framework 1.1.

Thank you,

Lowry
 
Hi Lowry,

You should take a look at EnterpriseService namespace.
And no, there are no additional settings required on databases.
 
Back
Top