I am using c++ with sqlite3
I have a database(test.db) with a table of testTable
inside the testTable it has the following attribute
_id|randomText
I tried inserting a randomText into the database after my input but it's not inserting into the database.
my code http://pastebin.com/TvuNqFsF
need help. thanks