Papa wrote:
>     // ******* THE ERROR IS HERE ****************
>     this->rc = ::sqlite3_prepare_v2(db, 
> convert->toString(sql_statement_request).c_str(), -1, &binary_sql_statement, 
> NULL);
>     if (this->rc != SQLITE_OK) {
>         this->apstr = "Error message from SQLite3 ";
>         this->apstr += ::sqlite3_errmsg(db);
>
> Error message from SQLite3 - bad parameter or other API misuse

There must be something wrong with the connection object.  It's probably
not open.


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

Reply via email to