Re: Selective COMMIT

From: Jonathan Wayne Ingram <jwingram_at_whale.st.usm.edu>
Date: 1995/05/23
Message-ID: <3psgdp$c5s_at_server.st.usm.edu>#1/1


Billy O'Connor (billyoc_at_iii.net) wrote:
: Is there a method to commit a current block of SQL while leaving
: others uncommitted? i.e.:
 

: EXEC SQL a;
 

: EXEC SQL b;
 

: EXEC SQL c;
: EXEC SQL COMMIT c;
 

: Can you commit c while leaving a and b in the rollback buffer?
 

: TIA.
No. Not in the same SQL session.

Jonathan Received on Tue May 23 1995 - 00:00:00 CEST

Original text of this message