Trent L. Taylor (02/24/2010)
The transactions work the same across all databases in respect to how the framework interacts with the business objects and data access layer. So yes, this would be the same in SQL Server or Oracle.
Hi Taylor, Let me put my question more clear since i know about transactional processing :
I wonder whether "transaction key" issue corresponds to savepoint_varible in
the following (Transact-SQL) MS SQl Server command
SAVE { TRAN | TRANSACTION } { savepoint_name | @savepoint_variable } [ ; ] ( MS SQL SERVER)
As you know same command in oracle is
SAVEPOINT <savepoint id>
I hope my question is more clear now.
Kind regards....