Mapping Firebird Fields and not registration TZFields

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
louis
Expert Boarder
Expert Boarder
Posts: 107
Joined: 02.01.2009, 19:41

Mapping Firebird Fields and not registration TZFields

Post 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
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: Mapping Firebird Fields and not registration TZFields

Post 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?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
louis
Expert Boarder
Expert Boarder
Posts: 107
Joined: 02.01.2009, 19:41

Re: Mapping Firebird Fields and not registration TZFields

Post 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
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: Mapping Firebird Fields and not registration TZFields

Post 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.
louis
Expert Boarder
Expert Boarder
Posts: 107
Joined: 02.01.2009, 19:41

Re: Mapping Firebird Fields and not registration TZFields

Post 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.
Post Reply