Subject | Re: [ib-support] Re: Problems with Numeric(18,5) |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2002-02-13T22:48:05Z |
I have just posted the message in the borland-newsgroup, perhaps someone of TeamB can say something about it.
Guido
mmenaz wrote:
Guido
mmenaz wrote:
> Just to confirm your resoults! Tested qith QuickDesk and IBObject, server is FIrebird RC2.
> I've added a primary key column to your table to use in IBO
> CREATE TABLE NEW_TABLE (
> MONEY1 NUMERIC (18, 4),
> MONEY2 NUMERIC (9, 4),
> MONEY3 NUMERIC (18, 5),
> ID INTEGER NOT NULL);
> ALTER TABLE NEW_TABLE ADD CONSTRAINT PK_NEW_TABLE PRIMARY KEY (ID);
>
> The resoult is the same you got :((
> I've also added a MONEY4 NUMERIC (18, 6), and it's wrong like MONEY3 is, so there is something is break above scale 4 code.
> Very fringthening
> Regards
> Marco Menardi
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/