use_bigintDefault: False 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 False, 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. | ||
|