Supporting Transactions A La System.Transactions in a custom system

A

aldousd666

First of all I apologize that this is a dupe of a post tot he
Framework.* mailing list, but this seemed like a more appropriate
place for it.

I'd like to write an ADO.NET provider for a non-relational data
store. I'd like to make it support transactions, but since it's a
third party tool I'm using to store and retrieve data, and it doesn't
'support transactions' I'd like to know just what exactly that means.
I mean, how do I implement an interface layer that does support
transactions, and what is required? Is this 'transaction support'
simply meaning that it has to have some interface to the pre-built
(D)Com Style Distributed Transaction Coordinator, or what? If I were
to go about making something that were to 'support transactions' (as
everyone says as if there is not a way to actually make something that
does so that already does not). Do I have to do some native Code for
Com, do I have to register something somewhere? What interface do I
have to implement? I certainly hope it doesn't just mean 'you must
use SQL, Access, DB2, or Oracle' or something like that, because then
that sure as heck closes a lot of doors. Believe it or not there are
better ways to store data than the relational model for many
applications. So, what's up? Can anyone enlighten me about this?
What exactly does it mean (not at a high level, but under the covers)
when one says that I must be dealing with a datastore that 'supports
transactions' in order to use System.Transactions namespace?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top