Subject Re: [IBO] Overflow in ClientDataset using Numeric(18,4)
Author Jason Wharton
The fix should be complete in the latest of 3.6 Dg.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Patrick Lenz" <patrick_lenz@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, June 12, 2001 10:24 AM
Subject: Re: [IBO] Overflow in ClientDataset using Numeric(18,4)


> I sent an example over to Jason back in March together with the IBX piece
> that was working.
> Jason sent me a patch for the BCD field definitions.
> I think that patch made it into the next release and caused a lot of angry
> posts in this group.
> Maybe Jason took it out ?
> Anyhow, I will email you the patch.
>
> ""Anthony"" <anthonydcruze@...> wrote in message
> news:9g4fse+24g0@......
> > We are evaling it at the moment. I am not sure what version it is
> > (how can I tell?) but IBObjects.zip is dated 05/02/2001 and is 3.726
> > Mb.
> >
> > Thanks
> >
> > PS. I had a mail from Patrick Lenz saying he had the problem, but
> > you had patched it - he said to remind you.
> >
> > Regards
> >
> > --- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> > > What version of IBO are you on? Over the past few months there have
> > been
> > > some changes in this area so we need to know.
> > >
> > > Regards,
> > > Jason Wharton
> > > CPS - Mesa AZ
> > > http://www.ibobjects.com
> > >
> > >
> > > ----- Original Message -----
> > > From: "Anthony" <anthonydcruze@y...>
> > > To: <IBObjects@y...>
> > > Sent: Monday, June 11, 2001 8:07 AM
> > > Subject: [IBO] Overflow in ClientDataset using Numeric(18,4)
> > >
> > >
> > > > Hi,
> > > > Using IB6 and IBO with Delphi5, db is Dialect 3.
> > > >
> > > > Wherever I have a field of the type stated above. On my form,
> > > > controls such as dbGrid and dbEdit will only display "(OverFlow)"
> > if
> > > > the value in the db is > 0.
> > > >
> > > > I have tried changing the field types to TFloatField but this just
> > > > cause another error ( something like "expecting float - actual
> > > > LargeInt")
> > > >
> > > > Can some one please let me know the solution.
> > > >
> > > > I can't believe I am the only one who has this problem, but I
> > cannot
> > > > find a solution in the archive - hence - here is another post on
> > it!
> > > >
> > > > Regards to all