ODBC access to Progress - transaction handling

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
beardo
Premium Member
Premium Member
Posts: 3
Joined: Wed Jun 27, 2007 2:19 am
Location: England

ODBC access to Progress - transaction handling

Post by beardo »

We are experiencing difficulties when reading large volumes from a Progress database using the ODBC stage. The select seems to be being handled by progress as a single transaction and causing issues with the progress database, when I looked on this forum people mentioned setting 'rows per transaction' and I was wondering where this is done.

transaction handling: rows per transaction: 0
Dave Beardsley
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

So... do you need some help or is everything good? :?

ps. Please delete your duplicate post on this topic before someone replies to it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Rows per transaction is available when writing to the database, rather than when reading from it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ah... missed that little nugget of the direction involved.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply