On 12/1/2013 3:44 PM, Bob M wrote:
I am wishing to commit several add, delete, update operations,
I'm not sure what your question is. Are you asking about Connection.commit()? See: http://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html#commit() If you're unsure how to use commit(), start here: http://docs.oracle.com/javase/tutorial/jdbc/basics/transactions.html thanks, bryan
