Delphi 2009, update 4, doa 4.1.1.0:
We just upgraded from a D7, 4.0 environment and i noticed the following:
In the database a stringfield is defined as size 20.
in the dataset it is defined as 60 (because we add some extra text to show in a grid).
In the past this worked, but now the dataset field size property is ignored on dataset.open and the database size is used instead, leaving us with a field that is too short. Is this a bug or a feature?
Patrick
We just upgraded from a D7, 4.0 environment and i noticed the following:
In the database a stringfield is defined as size 20.
in the dataset it is defined as 60 (because we add some extra text to show in a grid).
In the past this worked, but now the dataset field size property is ignored on dataset.open and the database size is used instead, leaving us with a field that is too short. Is this a bug or a feature?
Patrick
Last edited: