DB_NUMERIC
-
Hi All! Doing some work with SQL Server, getting out this horrendous datatype called DB_NUMERIC - Converting DB_NUMERIC to anything useful looks like a nightmare. It is a decimal value stored as an array of 16 bytes, + a sign, + a precision. I particularly need to convert it to a string ... can anybody help me??? :confused: Thankyou, and happy coding :) NB
-
Hi All! Doing some work with SQL Server, getting out this horrendous datatype called DB_NUMERIC - Converting DB_NUMERIC to anything useful looks like a nightmare. It is a decimal value stored as an array of 16 bytes, + a sign, + a precision. I particularly need to convert it to a string ... can anybody help me??? :confused: Thankyou, and happy coding :) NB
for anyone else in this situation: I just solved the prob, you need to use IDataConvert ... look it up in MSDN cheers NB