摘要:
1:SET XACT_ABORT ON 语法 SET XACT_ABORT { ON | OFF } 注释 当 SET XACT_ABORT 为 ON 时,如果 Transact-SQL 语句产生运行时错误,整个事务将终止并回滚。为 OFF 时,只回滚产生错误的 Transact-SQL 语句,而事 阅读全文
摘要:
public void Send() throws Exception { Transport transport = null; try { if (StringUtil.isBlank(this.host)) { throw new NetException(6002); } if (Strin 阅读全文