Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread DBISAM Error #10229.
Mon, May 22 2006 6:56 PMPermanent Link


A customer is getting a DBISAM Error #10229 when using my application
(no other users are having this problem).  According to the manual,
this is a transaction lock error.  Only problem is, I'm not using
transactions at all in my application.  Any ideas on what could cause
this erroneous error message?  Could this just be a normal lock
timeout?

Delphi 7
DBISAM 4.22 Build 3

Regards,

SteveG
Tue, May 23 2006 6:36 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< A customer is getting a DBISAM Error #10229 when using my application (no
other users are having this problem).  According to the manual, this is a
transaction lock error.  Only problem is, I'm not using transactions at all
in my application.  Any ideas on what could cause
this erroneous error message?  Could this just be a normal lock timeout? >>

Are you running any SQL UPDATE or DELETE statements ?  If so, then those
implicitly use transactions, so it is possible that they are getting a lock
timeout while trying to run one of those statements.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, May 24 2006 11:33 PMPermanent Link

Steve Gill
On Tue, 23 May 2006 18:36:11 -0400, "Tim Young [Elevate Software]"
<timyoung@elevatesoft.com> wrote:

Hi Tim,

>Are you running any SQL UPDATE or DELETE statements ?  If so, then those
>implicitly use transactions, so it is possible that they are getting a lock
>timeout while trying to run one of those statements.

Ahh, I didn't know that.  Yes, I'm using both so that would be it.

Thanks.

Regards,

Steve
Image