Search found 1 match
- 21.11.2006, 14:46
- Forum: Bug Reports
- Topic: [bug_report] FIREBIRD and NUMERIC/DECIMAL
- Replies: 11
- Views: 7830
[bug_report] FIREBIRD and NUMERIC/DECIMAL
Hi, Could you please help me. I am using Delphi 6 / Zeos 6.5.1 / Firebird 1.5 CREATE TABLE xxx ( ... CENA NUMERIC(5, 2 NOT NULL, CENADPH NUMERIC(5, 2) NOT NULL ... ); OK INSERT INTO xxx VALUES (... , 415.80 , 625.90 , ...); OK SELECT * FROM xxx; DBGrid show : CENA = 415.8000015654 CENADPH = 625.9000...