April 25, 2006 at 5:08 am
Hi gurus
I have a link server created for Oracle using ORacle ODBC driver
It works fine with SELECT's and plain insert and updates
BUT if BEGIN TRANSACTION and COMMIT is sued it gives the below error.
Please help
The operation could not be performed because the OLE DB provider 'MSDAORA' was unable to begin a distributed transaction.
OLE DB error trace [OLE/DB Provider 'MSDAORA' ITransactionJoin::JoinTransaction returned 0x8004d01b].
April 26, 2006 at 6:58 am
once you start a transaction, the DTC is engaged. Be sure that DTC is installed and running.
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply