摘要: 直接上代码: 1 <?php 2 require_once 'db_const.php'; 3 require_once 'helperPub.php'; 4 5 //测试存储过程的事务 6 //http://localhost/API_WMS/WMS_BatchTest.php 7 8 echo 阅读全文
posted @ 2020-06-14 16:04 @王新@ 阅读(166) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/luckyjda/article/details/8103372 使用SQLiteDatabase的beginTransaction()方法可以开启一个事务,程序执行到endTransaction() 方法时会检查事务的标志是否为成功,如果程序执行到end 阅读全文
posted @ 2020-06-14 15:58 @王新@ 阅读(242) 评论(0) 推荐(0)