SQL_C_SBIGINT used for ReadLing. Refs: #87. As pointed out by manumart1 the ODBC3 extension defines SQL_C_SBIGINT as SQL_BIGINT + SQL_SIGNED_OFFSET. This is now used in ReadLong for the SqlOdbc3 driver instead of the previous string conversion approach.