Alex Ousherovitch <[email protected]> wrote: > Is it safe to use sqlite3_errmsg() when each thread is using its own > connection handle
Yes. Each connection allocates its own memory for this string. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

