DTC and Oracle without using COM+
9928Oct 22 2004 — edited Nov 16 2005
I have a C++ application that uses an Oracle 9i database and MSMQ. I want to use the DTC so I can create a single transaction to get a message off of the queue and then enter its data into the database.
My problem is that I can't find any information on how to do that. Most references are for using COM+ components. The microsoft web site has some information, however, it uses just sequel server (of course).
Does anyone know where I might find such information?
Your help will be appreciated?
Jerry J