On Sunday 02 October 2011 20.19:32 wahono sri wrote:
> I use  1 tmsesqltransaction and 1 tmsemysqlconnection for all forms in my
> application.
> Is it normally if I want to implement all transaction features?
> 
A single connection for a project is normal if all the project data is in the 
same DB.
Sometimes it is necessary to have several transactions, for example to 
separate read and write transactions or to have the possibility to freeze 
and/or rollback different DB states.

Martin 
_______________________________________________
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Reply via email to