Reported By: Thomas Kowalski Reported On: 6/10/1999 For: Version 1.15 Build 1
# 437Auto-Increment Fields Randomly Increment by More Than One During Appends I load 500 Images to a new database. After the third insert action (now 1500 images) has the primary key (a autoinc-field) a problem. It increments with two not with one !!!! After the next 500 imges the counter has the value 2500 not 2000.
Comments and WorkaroundsProblem was caused by the internal record initialization procedures causing an increment of the record ID in situations when it shouldn't have. This bug was introduced in 1.14 when the record buffer re-use code was implemented.
ResolutionFixed Problem on 6/14/1999 in version 1.16 build 1