To communicate with SQL Server, the SNC interface uses the Microsoft OLE DB API, which returns VARIANT_BOOL for a bit datatype. If the value of the StaticBind DBParm is 1, the SNC interface does not describe the columns and does not do any data conversion. As a result, a bit column with the value 1 displays as -1 in a report. To work around this issue, set the StaticBind DBParm to 0, which enables the SNC interface to convert the datatype correctly. [CR 463142]