_variant_t unable to handle long numeric value
I am using ado C++ for MSSQL database operation.
one of my table contains numeric value. column is numeric(38,0).
when I try to get value in _variant_t datatype it throw exception.
(code works if value is small like 5 or 6 digit)