Icon View Incident Report

Minor Minor
Reported By: Halim Boumedjirek
Reported On: 2/24/2005
For: Version 4.17 Build 1
# 1986 Adding a Column Greater than the Total Using the AT Clause in an ALTER TABLE Statement Can Cause AV

The following query is correct. However, if the table Card_entitlement has less than 7 fields, DBISAM generates an AV exception. I would like to have changed where the field can be added to the end of the table if the position is higher than the number of fields + 1.

Alter Table Card_entitlement
Add "UnitPrice" Decimal(0,2) at 8
DESCRIPTION "Value of each entitlement " DEFAULT 0



Resolution Resolution
Fixed Problem on 2/24/2005 in version 4.18 build 1
Image