Icon View Incident Report

Serious Serious
Reported By: David Michael
Reported On: 2/21/1999
For: Version 1.12 Build 1
# 318 Conversion Code Not Dealing with Compression Statistics in Indexes Properly

That way I don't have to update the source code every time you release a new version.
Since my previous email, I've been attempting to get some upgrade code in place using the existing functionality. ConvertFrom107Release is failing to correctly upgrade a table of mine.

Table Name: System
Fields:
Handle, string, 32, Required, Primary Index
Section, string, 32, Required, Primary Index
Key, string, 32, Required, Primary Index
Setting, blob

I have no idea what is causing the failure, because ConvertFrom107Release does not report an errror. Only when I attempt to open the table after the conversion I get an access violation. I get an access violation if I attempt to open the table using the DBSYS utility. The same thing happens if I use the Conversion utility.

The file version is 1.04, which surprises me since I've been using 1.07 since its release. However, the 6 other files I'm converting (successfully) are alo 1.04 files. So I don't think that has much to do with it.


Comments Comments
This had to do with the compression information in the newly converted data file not being taken into account properly.


Resolution Resolution
Fixed Problem on 2/28/1999 in version 1.13 build 1
Image