Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Access violation in 3.34 build 7
Tue, Jan 22 2013 8:38 AMPermanent Link

Frederic Schneider

Avatar

Hello,

There seems to be a problem in build 7 when I try to close a database with open datasets :

Simply create a form with TDBISAMSession, TDBISAMDatabase and TDBISAMTable.
Open the table in FormCreate and close the TDBISAMDatabase in a button click event.

Access violation at address 00505DF9 in module 'dbtest.exe'. Read of address 00000004

Located in dbisamen in procedure TDataSession.CloseDataDirectory (+011)

No problem if the table is closed before.

Kind regards
Frederic
Tue, Jan 22 2013 11:24 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Frederic,

<< There seems to be a problem in build 7 when I try to close a database
with open datasets : >>

I'm aware of the issue, and a fix will be available by next week.  The issue
is the TDBISAMDatabase.KeepConnection property - if it's set to False then
it will cause this error, and the workaround is to make sure that it is set
to True.

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Feb 7 2013 12:21 PMPermanent Link

John Postnikoff


Hello,

Just wondering if this error was fixed, or if you can update me when you may have a release.

John Postnikoff



"Tim Young [Elevate Software]" wrote:

Frederic,

<< There seems to be a problem in build 7 when I try to close a database
with open datasets : >>

I'm aware of the issue, and a fix will be available by next week.  The issue
is the TDBISAMDatabase.KeepConnection property - if it's set to False then
it will cause this error, and the workaround is to make sure that it is set
to True.

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Feb 14 2013 10:37 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

John,

<< Just wondering if this error was fixed, or if you can update me when you
may have a release. >>

I got nailed this week with some specific support issues, so the build got
delayed.  I should have something by early next week, at the latest.

Tim Young
Elevate Software
www.elevatesoft.com
Image