ODBC Driver for NetSuite

Build 25.0.9434

ReportDoublesAsDecimal

Specifies whether double values should be reported as decimals.

Data Type

bool

Default Value

true

Remarks

In the NetSuite API, all columns are reported as double values. This can lead to rounding issues when performing aggregation queries.

  • When this property is set to true, monetary columns are represented as decimal values to improve accuracy in formulas and aggregations.
  • When this property set to false, columns remain as double values, which may cause rounding inconsistencies, but maintains backward compatibility for existing implementations.

This property applies only when Schema is set to SuiteTalk.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434