On 8/31/2017 9:43 PM, Papa wrote:
This is not a SQLite3 problem, it shows to be a MinGW (mingw32/7.1.0/...)  -> 
Target: 64bit, however, I just wanted to know if anyone here has experience the 
same problem.

     std::string sql_statement_request;
     ...
     rc = sqlite3_prepare_v2(db,
             sql_statement_request.data(),
             -1,
             &binary_sql_statement,
             NULL);
     std::cout << binary_sql_statement << std::endl; // ==> 0 (zero)

Well, apparently,  sqlite3_prepare_v2 call failed. Figure out why. I'm not sure 
I quite grasp the nature of your difficulty.
--
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to