Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problem in managing Transaction

531775May 30 2008 — edited May 30 2008
Hello to all,

I use ASP.NET as developement tool and Transaction scop to manage transaction of my database.
for example (My code in ASP.NET)

Using ts as new transaction scop

-- Execute my SQL statements....
-- ts.complete()

end using

This method works fine when I was having Windows XP. But now I have installed Vista ultimate and it gives me error like "UNABLE TO ENLIST IN DISTRIBUTED TRANSACTION." when my SQL is being executed.

Further I use Oracle 10g for windows Vista (release 10.2.0.3),
OS is VISTA Ultimate with Service Pack 1
and ODAC (Oracle Data Access Components) (Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools for Visual Studio)
For more info on ODAC please do visit http://www.oracle.com/technology/software/tech/windows/odpnet/index.html

Message was edited by:
mistrybhavinm

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 27 2008
Added on May 30 2008
0 comments
4,275 views