Icon View Incident Report

Serious Serious
Reported By: Arash Ramin
Reported On: 2/8/1999
For: Version 1.09 Build 1
# 283 ftSmallInt Field Type Incorrectly Referenced for C++Builder 3

Here are some (minor cosmetic) issues I have noticed with DBISAM 1.09 and C++ Builder 3:

1) DBISAM Utility reverse engineering function:

With the SmallInt datatype, it generates a line similar to the following:

TableToCreate->FieldDefs->Add(OUTPUR1_TYPE, ftSmallInt, 0, True):

The BCB3 headers (db.hpp)actually declare ftSmallInt with allowercase 'i' (i.e. "ftSmallint"). So I had to change all instances of ftSmallInt to ftSmallint. They do this all the time (change the declarations between Delphi and BCB), and it doesn't seem to bother those damn 'case-insensitive' Delphi folk. =)


Resolution Resolution
Fixed Problem on 2/8/1999 in version 1.10 build 1
Image