Z
zhouyong
Unregistered / Unconfirmed
GUEST, unregistred user!
在一个事务处理中用了如下一段程序
StartTransaction();
Table->Delete();
Commit();
但运行时显示错误 Nested transactions not supported
而把Delete() 改为其它函数如Append() 又可以,请问如何解决?
StartTransaction();
Table->Delete();
Commit();
但运行时显示错误 Nested transactions not supported
而把Delete() 改为其它函数如Append() 又可以,请问如何解决?