Petra Abele <[email protected]> wrote: > I have a simple question (at least I hope so): is an explicit DETACH > database command necessary before an SQLITE3_close() or is the close() > alone sufficient?
close is sufficient. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

