I am trying to create a database in c++ using sqlite3 lib.. I am getting error sqlite3_prepare_v2\'
was not declared in this scope as shown in logcat.<
go through this link. I am not sure. It might help you out.
I think their is no sqlite3_prepare_v2 in sqlite3.h lib, so try this.. sqlite3_prepare_v2 can be replaced by sqlite3_prepare, but more care is needed, because it changes the semantics of subsequent calls slightly.