);
udao.set("seq", key);
udao.set("tbname", forTableName);
int modcount = udao.update();
if(modcount == 0){
IDAO idao = ConnectiveDAO.createDAOImpl(
getConnectionFactory(),
"insert into bpm_seq (tbname, seq, description, moddate) values(?tbname, ?seq, ?description, getdate())",
IDAO.class