Hello all,
I am developing a Persistence Object Service (POS) on top of a regular
relational database (currently, MS SQL Server).
With regard to transaction management, I plan to provide an API which
maps directly to the underlying RDBMS's transaction management
commands.
The main reason that I am mapping transaction management onto the
RDBMS's transaction management is that I don't want to have to
re-invent the many wheels of a RDBMS.
Since I am a newbie, I hope you all would like to discuss the
advantages and disadvantages of mapping a POS transaction management
on top of the transaction management of a RDBMS.
Thanks a bunch...