Integer Field Mapping
- Last Updated: August 13, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Snowflake 8.0
- Documentation
Attribute
IntegerFieldMapping (ifm)
Purpose
Specifies the data type mapping for fixed-point numbers where precision and scale cannot be specified. These include BIGINT, INTEGER, and synonymous types. Refer to your Snowflake documentation for details.
Valid Values
0 | 1
Behavior
If set to 0 (BigInt), the driver maps fixed-point numbers where precision and
scale cannot be specified to BigInt.
If set to 1 (Numeric), the driver maps fixed-point numbers where precision and
scale cannot be specified to Numeric.
Default Value
1 (Numeric)