Page 1 of 1

Mapping Firebird Fields and not registration TZFields

Posted: 04.05.2021, 15:04
by louis
Hello,
in v8 how are mapped firebird fields?

I have a lot of Loockupfields mapped "SmallintField" in V720b that I needs to convert in "ShortIntField" in V8.

There are a list of mapping Firebird fields?

Why the new TZFields not are registered? They not appears on FieldsEditor.

Thanks

Re: Mapping Firebird Fields and not registration TZFields

Posted: 07.05.2021, 04:54
by EgonHugeist
Hello Louis,

i can't see a reason for an ShortIntField for firebird. FB has no byte range types. Can you give more details or an example again?

Re: Mapping Firebird Fields and not registration TZFields

Posted: 07.05.2021, 08:33
by louis
Hello,
i create a Ticket #512 https://sourceforge.net/p/zeoslib/tickets/512/

How i can close the ticket when resolved, if I can close it?

Thanks

Re: Mapping Firebird Fields and not registration TZFields

Posted: 07.05.2021, 10:30
by marsupilami
louis wrote: 07.05.2021, 08:33 How i can close the ticket when resolved, if I can close it?
Usually you can edit the ticket and then change its state to closed. If you write a message to the ticket that a problem is solved, we will close it usually too.

Re: Mapping Firebird Fields and not registration TZFields

Posted: 09.05.2021, 10:10
by louis
EgonHugeist wrote: 07.05.2021, 04:54Can you give more details or an example again?
I need a lookup fields and Firebird Smallint don't lookup on Smallint but Shortint does.

I create TSmallintField for lookup to TSmallintField in other table but it can't lookup, it fails.

If i create TShortIntField for lookup to TSmallintField in other table I can lookup into the same SmallIntFields, it Works.

Smallint to Smallint Fails.

ShortInt to SmallInt Works.

I create Ticket #512 https://sourceforge.net/p/zeoslib/tickets/512/

Thanks.