Hi,

In C++ I am using SQLITE_INTEGER, SQLITE_TEXT etc. to identify integer and
text values respectively, int columns of sqlite resulting rows, but when I
use SQLITE_REAL to identify double values, the compiler says: 'SQLITE_REAL'
was not declared in this scope.

Can I please know the reason for this and how can I identify data type of a
column with a float value in sqlite?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to