Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Corrupt Index Page Buffers while upgrading tables
Wed, Feb 14 2007 2:04 PMPermanent Link

Lothar Schwandt
Dear experts,

We just installed DBISAM 422b3 under Delphi7 and are trying to upgrade tables that were created
with DBISAM 317. Doing the upgrade using dbsys.exe works fine, trying the same by TDBISAMTable.UpgradeTable
throws an 'DBISAM Engine Error # 8965 Index page buffers currupt'.

The exception is thrown at line 20658 in dbisamen.pas

Does anyone have an answer to this behaviour?

Thanks in advance
Wed, Feb 14 2007 4:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lothar,

<< We just installed DBISAM 422b3 under Delphi7 and are trying to upgrade
tables that were created with DBISAM 317. Doing the upgrade using dbsys.exe
works fine, trying the same by TDBISAMTable.UpgradeTable throws an 'DBISAM
Engine Error # 8965 Index page buffers currupt'.

The exception is thrown at line 20658 in dbisamen.pas

Does anyone have an answer to this behaviour? >>

Just ignore the exception and continue execution in the IDE.  It is an
expected error during the upgrade and DBISAM handles it internally.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image