Take this example table
CREATE TABLE TEST
(
NUM 1 INTEGER,
NUM 2 NUMER(4)
);
In my Application when I add the fields in the fields editor all the TFields created are TFloatFields, but I would like a TInteger Field to be created.
Is there any configuration about this ?
Thanks For Reading
Juliano/Brazil
CREATE TABLE TEST
(
NUM 1 INTEGER,
NUM 2 NUMER(4)
);
In my Application when I add the fields in the fields editor all the TFields created are TFloatFields, but I would like a TInteger Field to be created.
Is there any configuration about this ?
Thanks For Reading
Juliano/Brazil