concurrent transactions

Forum related to Firebird

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
fredycc
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 18.01.2010, 16:48

concurrent transactions

Post 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.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Indeed, different connections should do the job.

Mark
Image
fredycc
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 18.01.2010, 16:48

concurrent transaction

Post 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. :?:
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
Post Reply