Arbol One <[email protected]> wrote: > Continuing with the questions and moving to the step three. > int sqlite3_step(sqlite3_stmt*); > ------- > rc = sqlite3_step(stmt); > if(rc != SQLITE_DONE) { > sqlite3_close(db); > std::cout << "error sqlite3_step: " << rc << std::endl; > exit(-3); > } > Any suggestions?
None. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

