光辉飞翔

导航

 

2019年4月17日

摘要: [java] Exception: java.sql.SQLException [java] Message: Commit can not be set while enrolled in a transaction 数据库事务没有控制好,主要原因为已经开启事务了,不能在再事务里面提交不属于该事务 阅读全文
posted @ 2019-04-17 20:17 光辉飞翔 阅读(529) 评论(0) 推荐(0) 编辑
 
摘要: declare declare cursor [del_cursor] is select a.*, a.rowid row_id from [table_name] a order by a.rowid; cursor [del_cursor] is select a.*, a.rowid row 阅读全文
posted @ 2019-04-17 19:48 光辉飞翔 阅读(292) 评论(0) 推荐(0) 编辑
 
摘要: Statement.class:executeBatch() implement interface: PreparedStatement implement class: JdbcOdbcPreparedStatement.class:executeBatchUpdate() 阅读全文
posted @ 2019-04-17 09:48 光辉飞翔 阅读(234) 评论(0) 推荐(0) 编辑