HugoLeitao
Programmer
Hi,
I've developed a MTS component that performs the
follwing operations:
- get the Context.
- establishes a connection to Informix Server 7.31.UC5.
- execute an update statment.
- close the connection.
- Set the context to setcomplete.
What's the problem ?
Well the MTS isn't managing transactions.
I've debuged the component and I've set a break point
after the execute statment.
From another application and making sure that the isolation
level isn't set to dirty read I was able to see the update.
it seems that MTS isn't managing transactions or that any
statment it's auto-commited.
My question ?
Does anyone know how to make the MTS the transaction coordinator for a Informix Server ?
Tanks for further help
Hugo Leitão