OracleClient .NET Rollback In SP
From: Ahmet (akgun_ahmet_at_hotmail.com)
Date: 05/14/04
- Next message: Jon Skeet [C# MVP]: "Re: Array"
- Previous message: Andres Romero: "How to create a MSGraph application?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 21:52:37 +0300
Hi All
I am developing a database application on Oracle 8.1.7
I have two types of programs one of which is C++ servers
and the other one is C# client froms.
On database I have SP and calling them from both server and client.
In my sp code, there is one Rollback statement in case of an error
and when this sp is called from C++ code (using OCI API) there is no error.
But while calling with c# (OracleClient), I always get error,
"Rollback is not allowed in distributed transactions !!".
Can anybody help me how to overcome this issue
Kind Regards...
- Next message: Jon Skeet [C# MVP]: "Re: Array"
- Previous message: Andres Romero: "How to create a MSGraph application?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|