Icon View Incident Report

Serious Serious
Reported By: Rolf Frei
Reported On: 1/13/2001
For: Version 2.06 Build 1
# 710 UpgradeTable Method Failing with Access Denied Error Message When Table Should Be Closed

I have a master and a detail TDBISAMTable whitch opens a old V1.x Table. So I get an error on the opening and I do a UpgradeTable to bring it to the Version 2.x tableformat. With the mastertable this works with no problem, but the detailtable fails with an access denied error. As soon I clear the IndexFieldNames property the update works whitout any error. It looks like the UpgradeTable fails as soon any Index is set in the TDBISAMTable.


Comments Comments
The problem was related to the cursor not being closed properly when a Incorrect Version error message would be raised in the engine when trying to open an older format table.


Resolution Resolution
Fixed Problem on 1/15/2001 in version 2.07 build 1
Image