Search found 5 matches

by tcmdvm
31.05.2013, 17:03
Forum: ZeosLib 7.0 Stable Forum
Topic: Decimal rounding problem fixed?
Replies: 4
Views: 1168

Michael, I changed the field from DECIMAL to NUMERIC. Yes, it now works properly. There must be a difference between DECIMAL and NUMERIC. When I initially set up the database, I debated as to which one would be best to use and never found any good information. I guess if you want more precision it i...
by tcmdvm
27.03.2013, 18:54
Forum: ZeosLib 7.0 Stable Forum
Topic: Decimal rounding problem fixed?
Replies: 4
Views: 1168

Decimal rounding problem fixed?

I have been having the decimal rounding problem described here: http://zeos.firmos.at/viewtopic.php?t=3589 . I have been having this problem since the early betas for version 7.0. I have an early beta that didn't have the problem. I have been comparing the old code with the new code to see if I coul...
by tcmdvm
29.04.2009, 22:12
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird - Type mismatch for field
Replies: 4
Views: 613

Myfield is defined in the database as Char(8). It is a string field. It is also the primary key field for the table.

The query's SQL: select * from invhead
by tcmdvm
29.04.2009, 21:02
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird - Type mismatch for field
Replies: 4
Views: 613

Could you be more specific in your question? I am not sure what you are asking. I have a form with all of my datamodules on it. It is where all of the queries are located. When I need to use one in the program I open it, use it, and then close it. The queries are created using SQL in the TZQuery. It...
by tcmdvm
29.04.2009, 18:42
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird - Type mismatch for field
Replies: 4
Views: 613

Firebird - Type mismatch for field

Delphi 2009 Firebird 2.1 Zeoslib7-svn 628 I have a project that I am testing that was migrated from Delphi 2007 and the stable version of Zeoslib. I am getting the following error: EDatabase Error with message MyQuery: Type mismatch for field 'Myfield; expecting: String, actual WideString. Is there ...