E.D. wrote: > The sqlite3 documentation specifies, that sqlite3_prepare*() compile > "the first statement" from the sqlite3_stmt ** argument. This argument > ought to be explained thoroughly.
It is explained thoroughly on <http://www.sqlite.org/lang.html>. Regards, Clemens