Transaction handling in ODBC stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
nishant_ds
Participant
Posts: 2
Joined: Wed Sep 07, 2011 6:31 am

Transaction handling in ODBC stage

Post by nishant_ds »

Hi All

What is a transaction handling in ODBC stage(input and output tab) in datastage?
What do the various levels (None,Read Uncommitted,Read Committed,Repeatable Read, Serializable, Versioning, Auto commit) under this refer to?

Kindly help please
Thanks & Regards
Nishant
Nishant Mathur
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Transaction isolation level is a property of the ODBC API. Definitive explanations are available in Microsoft documentation (Microsoft are the creators of the ODBC "standard").
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply