use_bigint

Default: False
Range: True or False
Recommended Value: True
Applies to: SQL Server Client only

This parameter is only applicable to the SQL Server Client. It indicates that the DATABridge Client should map DMSII numeric data that is too large to fit in the int data type (32-bit integer), to bigint (64-bit integer). If this parameter is set to No, such data items would be mapped to decimal(n). Items that are too large to fit in a bigint are still mapped to decimal(n). The only reason for having this parameter is to maintain backward compatibility.