I can read a text and an int column (sqlite3_column_text, sqlite3_column_int). But does anyone know how to read in a sqlite decimal column?
The decimal columns essentially hold currency values.
Thanks!
I can read a text and an int column (sqlite3_column_text, sqlite3_column_int). But does anyone know how to read in a sqlite decimal column?
The decimal columns essentially hold currency values.
Thanks!