Downey, Shawn wrote:
Does anyone know if it is possible to determine if data is string or numeric inside a callback in C++? I am using sqlite 3.2.7.
Unless you have some requirements that your code be compatible with SQLite 2.*, I'd suggest you rewrite it to use the prepare/step interface; then you'll be able to access the column types easily.