#include #include "sqlite3.h" // This is the callback function to display the select data in the table static int callback(void *NotUsed, int argc, char **argv, char **azColName) { int i; for(i=0; i