INSERT INTO test_numeric VALUES (999.99999, 'Some space'); INSERT INTO test_numeric VALUES (11.1, 'Yet another space'); INSERT INTO test_numeric VALUES (9.9009, 'More space required'); ...
C/C++ using ODBC retrieves the SQL Server numeric data type by using SQL_NUMERIC_STRUCT, related to SQL_C_NUMERIC. This article describes how to retrieve numeric data from the SQL Server ODBC driver ...