when using construction:
/try{
Dbo::Transaction transaction(session);
session.execute("update public.mail_accounts set username=
?").bind(uname).where("id= ?").bind(id);
transaction.commit();
}catch(Dbo::Exception &a) { msg(1,"error"); session.rereadAll(); return; }/
after exception was catched, next sql commands return error like :
*
A collection for '...' is already in use. Reentrant statement use is*
*
not yet implemented.*
and there is no way to fix it without reset WApplication session
*
*
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest