Enrico Piccinini
<enrico.piccin...@gmail.com> wrote:
> thanks Pavel, I tried but the problem persist.
>
> I used ostringstream in a lot of function and query in my sw. But the
> problem arise in thi function only when I substitute an INNER JOIN
> with thew
> LEFT JOIN. In fact, if I keep the INNER JOIN instead LEFT JOIN
> evrthing
> works as it would.
>
> Using  sqlite3_prepare, step_reset an error is thrown during
> sqlite3_step

What error code does sqlite3_step return? If you call sqlite3_reset or 
sqlite3_finalize right after sqlite3_step fails (and, most likely, 
returns SQLITE_ERROR), whar error code do they return?

Igor Tandetnik 



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

Reply via email to