Search found 3 matches

by claudioc
11.09.2007, 15:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird + 6.6.1 + Default Values for new record
Replies: 3
Views: 1146

No, in Firebird 1.5 there's not boolean data-type. But this's not the question. The problem appears in other cases and in other fields (varchar, numeric,...). The question is: -if sql-select in Zeos Query contains the field and I don't fill it with correct value, I obtain error (the field is NULL). ...
by claudioc
10.09.2007, 22:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird + 6.6.1 + Default Values for new record
Replies: 3
Views: 1146

Firebird + 6.6.1 + Default Values for new record

In previous version, default values for fields in Firebird were correctly set. Now this behaviour is changed. Then, for example, if my Table is defined in Firebird as: CREATE TABLE UM ( CODICEUM VARCHAR(2) NOT NULL, UM VARCHAR(15), APPALTI BOOLEAN DEFAULT 'False' NOT NULL); and my ZQuery.sql is: sel...
by claudioc
25.10.2006, 21:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Coexistence Zeos 6.1.5 and 6.6.x
Replies: 4
Views: 1195

Coexistence Zeos 6.1.5 and 6.6.x

I need to use Zeos 6.1.5 because many my projects relate to it. But I also want to test and to use in new project 6.6.x. Is it possible to configure delphi components in this mode?

Thanks

Claudio