Thanks everyone for your input.
I am sorry, the error was cause by human error, i.e. my mistake :-P


On 2017-08-31 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)
        if (binary_sql_statement != NULL) {
            //do something //==> Does not display anything
        }

Thanks in advance


--
ArbolOne.ca
Using Fire Fox and Thunderbird.
ArbolOne is composed of students and volunteers dedicated to providing free 
services to charitable organizations.
ArbolOne on Java Development in progress [ í ]

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

Reply via email to