Page 1 of 1

concurrent transactions

Posted: 25.01.2010, 20:54
by fredycc
I have a questions about how works with concurrent transactions, I worked witn a component with Lazarus and Delphi name TSQLTransactions, this you can set a Action like Rollback and Commit for each Transaction, how can I obtain the same result with Zeos?, I only have in my project a ZConnection & ZReadOnlyQuery components.

I need to create a ZConnection for each transacction?

I works with Zeos 6.6.6-stable & Lazarus 9.28.2 FPC 2.2.4.

Thanks.

Posted: 26.01.2010, 00:07
by mdaems
Indeed, different connections should do the job.

Mark

concurrent transaction

Posted: 26.01.2010, 00:47
by fredycc
I think that my case is the same: http://zeos.firmos.at/viewtopic.php?t=2 ... ransaction :( . Maybe this need to be implement in new versions. :?:

Posted: 26.01.2010, 01:23
by mdaems
Really,

You're welcome to check how you would implement it.
I have absolutely no time nor knowledge about Firebird to do this implementation. I can barely keep up following forum and patches.

Mark