//execute the insert
org.apache.derby.iapi.sql.ResultSet rs =
ps.executeSubStatement(activation, act, true, 0L);
act.close();
lcc.popStatementContext(statementContext, null);
InterruptStatus.restoreIntrFlagIfSeen(lcc);
} catch (Throwable t) {
throw closeOnTransactionError(t);
} finally {
if (statementContext != null)