Re: [sqlite] detach necessary

2012-01-20 Thread Igor Tandetnik
Petra Abele 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] detach necessary

2012-01-20 Thread Petra Abele
Hello, 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? I think, close() alone is enough but I can't find anything concerning that question in the documentation. Why do I want to