Subject | How to get numeric digits of a TIB_field? |
---|---|
Author | Marco Menardi |
Post date | 2001-11-05T21:06:03Z |
WIth Field.SQLScale you get the number of digits of precision for
numerical storage, and with SQLLen the buffer space used in bytes. But
what about the number of digits?
mycol Numeric(x,y)
so
SQLScale -> y
what? -> x
Thanks
(I need it to limit the number of digits the user can enter in
IB_Curency)
Marco Menardi
ICQ 136812545
numerical storage, and with SQLLen the buffer space used in bytes. But
what about the number of digits?
mycol Numeric(x,y)
so
SQLScale -> y
what? -> x
Thanks
(I need it to limit the number of digits the user can enter in
IB_Curency)
Marco Menardi
ICQ 136812545