trouble with transactions after bde conversion

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rpijnacker
Posts: 9
Joined: Fri 01 Oct 2010 06:50

trouble with transactions after bde conversion

Post by rpijnacker » Thu 20 Jan 2011 11:41

Hi

we replaced bde with unidac
and we use firebird.

We used for an time the default behaviour for transaction of
unidac uniquery component. this somehow caused trouble with
storing blobs. so we try now commitretaing and rollback retaining

but then we run into trouble that we get unexpectely dead lock
lock conflict on no wait transactions and update conficts with concurrent transactions

can someone advice me which way to go.
Go back to commit or use commitretaining?

AndreyZ

Post by AndreyZ » Fri 21 Jan 2011 11:27

Hello,

Please describe in details the problems you have with storing blob data and using commit. Does the attempt save blob data cause any errors?
You can try composing a small sample to demonstrate the problem and send it to andreyz*devart*com. In that way we will be able to answer you faster.

Post Reply