Subject | Re: [IBO] numerics as integers? |
---|---|
Author | Jason Wharton |
Post date | 2001-05-14T23:54:42Z |
That should not be the case. Do you mean TIBOBCDField or TIntegerField?
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <robertsc@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, May 14, 2001 2:18 PM
Subject: [IBO] numerics as integers?
> hi folks,
>
> I'm sure this has been addressed before but I cannot seem to find it
> in the archives.
>
> Firebird v 0.94, Delphi 5.01 and IBO 3.6Cd, Dialect 3
>
> I have a field in the db defined as Numeric(5,1). But the TIBOQuery
> insists the that peristsent field be of type integer. Any idea what
> is up here? The persistent field should be a TFloatField but it
> comes across as a TIntegerField.
>
> thanks!
>
> rob