Board index » delphi » numeric field: invalid field type

numeric field: invalid field type

Hello.

I'm new to InterBase and I would create a simple table but D5 returns
"invalid field type".

The table is:
id char (3)
value numeric (10,2)

Thanks.

--
Eduardo Xavier

 

Re:numeric field: invalid field type


Are you using the BDE and IB 6 with Dialect 3?  That sounds like your
combination since the BDE can not handle int64 and Numeric(10,2) maps to an
scaled Int64.  If you are using IBX make certain your SQLDialect for the
IBDatabase is dialect 3.

Quote
Eduardo Xavier wrote:

> Hello.

> I'm new to InterBase and I would create a simple table but D5 returns
> "invalid field type".

> The table is:
> id char (3)
> value numeric (10,2)

> Thanks.

> --
> Eduardo Xavier

--
Jeff Overcash (TeamB)   | Talk about failure
(Please do not email    | To fall is not to fail
 me directly unless     | Failure isn't about falling down
 asked.  Thank You)     | Failure is staying down (Marillion)

Other Threads