}
public void testWriteXML_Insert() throws Exception {
WebRowSet webRs = newWebRowSet();
rs = st.executeQuery("SELECT * FROM USER_INFO");
webRs.populate(rs);
webRs.moveToInsertRow();
webRs.updateString(2, "update3");
webRs.updateInt(4, 3);
webRs.moveToCurrentRow();