Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to get precision of Oracle NUMBER fields from VB6 DAO client?
When using DAO/ODBCDirect against Oracle8 from a VB6 client, how can I
determine the precision (digits + decimals) of a numeric field at run time?
The MS doc says:
"For fields (other than Memo type fields) that contain character data, the [Field's] Size property indicates the maximum number of characters that the field can hold. For numeric fields, the Size property indicates how many bytes of storage are required."
Any way to map the DAO .SIZE to the precision being used by Oracle for numeric fields? Or, is there an alternate way to get the precision defined to Oracle?
Thanks!
David Thom Received on Tue Sep 07 1999 - 14:18:56 CDT
![]() |
![]() |