ramajana
User
 Fresh Boarder
| Posts: 4 |   | Karma: 0 |
|
TIntegerField
|
|
Posted: 2003/04/30 13:05 |
|
|
|
|
I constructed table in Oracle like so: CREATE TABLE ZAK ( ID INTEGER NOT NULL, KUPAC INTEGER NOT NULL, MJESTO VARCHAR2(25), DATUM DATE, ..... However, when I open the TOCIQuery and populate persistent fields, I get TFloatField for Integer columns. This makes problems for various components which format these fields using decimal places. I searched through NCOCI sources and saw only floatfields are used. Is there some easy workaround I am overlooking?
|
|