Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread 3.30: Error 10242 - Cannot unlock table
Wed, Sep 6 2006 1:54 PMPermanent Link

Michael Fullerton
DBISAM: 3.30

I have a user reporting an Error 10242 - Cannot unlock table. The app
has no timers and I don't use threads at all. Transactions are used in
certain functions but the users claims no one else was using the
software at the time of the error.

The error happens when they are editing a record on a data entry form
and press the Next button on the DBNavigator. The form uses only
standard Borland DB controls. However I do have two buttons that do
something like this:

 DBNavigator1.DataSource.DataSet.Edit;
 dedtDays.Field.AsString:= SelectDays(dedtDays.Text);

Would this explain the error?

___
Free Project Time Tracker for Delphi Developers
http://www.cybermatrix.com/pcdelphi.html
Wed, Sep 6 2006 6:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< I have a user reporting an Error 10242 - Cannot unlock table. The app has
no timers and I don't use threads at all. Transactions are used in
certain functions but the users claims no one else was using the software at
the time of the error.  >>

Is this a constant problem, or a one-time report ?  Can you reproduce it at
all ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Sep 7 2006 9:31 AMPermanent Link

Michael Fullerton
On Wed, 6 Sep 2006 18:04:20 -0400, "Tim Young [Elevate Software]"
<timyoung@elevatesoft.com> wrote:

>Michael,
>
><< I have a user reporting an Error 10242 - Cannot unlock table. The app has
>no timers and I don't use threads at all. Transactions are used in
>certain functions but the users claims no one else was using the software at
>the time of the error.  >>
>
>Is this a constant problem, or a one-time report ?  Can you reproduce it at
>all ?

I can't reproduce it myself. It seems to be happenening occaisionally
for him but not every time.

___
Free Project Time Tracker for Delphi Developers
http://www.cybermatrix.com/pcdelphi.html
Image