51Testing软件测试论坛 's Archiver
软件测试论坛
›
[自动化测试工具及框架]
› 什么条件下需要用事务处理(transaction)?
caxtest
发表于 2005-1-14 16:13:53
什么条件下需要用事务处理(transaction)?
在什么条件,需要使用事务处理?用事务处理有什么好处?多谢!
declare_transaction ( "deposit" );
.......
start_transaction ( "deposit" );
.......
end_transaction ( "deposit", PASS );
.......
页:
[1]
查看完整版本:
什么条件下需要用事务处理(transaction)?