Data Source Initialization OLE DB Property — «numeric_i16_rules»
Name:
numeric_i16_rules
Type:
VT_I4
R/W:
R/W
Default:
0
IBProvider:
5.29
Rules for NUMERIC-columns with precisions 19..38. Can be zero or the combination of the following flags:
Value | Description |
1 | NUMERIC with zero scale will be processed as INT128. |
2 | Precision of NUMERIC will be 39 instead 38. |
If you get the problems with NUMERIC and MSSQL (linked server), add to connection string «numeric_16_rules=2».
See also
- Initialization property numeric_i2_rules
- Initialization property numeric_i4_rules
- Initialization property numeric_i8_rules
- Initialization property int128_rules