Unix Technical Forum

multiple transactions?

This is a discussion on multiple transactions? within the Informix forums, part of the Database Server Software category; --> is it possible to establish multiple (subordinate) transactions in Informix? Thanks!...


Go Back   Unix Technical Forum > Database Server Software > Informix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-20-2008, 08:37 AM
BigBob
 
Posts: n/a
Default multiple transactions?

is it possible to establish multiple (subordinate) transactions in
Informix?

Thanks!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-20-2008, 08:37 AM
Jonathan Leffler
 
Posts: n/a
Default Re: multiple transactions?

BigBob wrote:

> is it possible to establish multiple (subordinate) transactions in
> Informix?


In theory, it depends on what you mean by multiple transactions, but
the basic answer is No.

IDS does not support SQL-1999 savepoints. It does not permit you to
start a transaction within another transaction - so you can't commit
an inner transaction and still have the outer transaction rollback the
inner transaction.

What you can do is have several independent connections to IDS (the
same server, or different servers) and do separate work on each
connection. Remember the WITH CONCURRENT TRANSACTIONS option!

--
Jonathan Leffler #include <disclaimer.h>
Email: jleffler@earthlink.net, jleffler@us.ibm.com
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:41 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com