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
Mapping Firebird Fields and not registration TZFields
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: Mapping Firebird Fields and not registration TZFields
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?
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/
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/
Re: Mapping Firebird Fields and not registration TZFields
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
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
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Mapping Firebird Fields and not registration TZFields
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.