OdbcNumericMapping Enumeration
OdbcNumericMapping Enumeration
Provides options for mapping numeric data to either character or numeric types during an ODBC data load.
Enumeration Values
| Name | Summary |
|---|---|
| Char | Specifies that numeric data should be mapped as Char. |
| Numeric | Specifies that numeric data should be mapped as Numeric. |