Rafi Cohen <[EMAIL PROTECTED]> wrote:
1. Should I open the database explicitly in the amin part and also in
the thread?
In my experience, SQLite works best when every thread opens its own
connection.
2. should I create the tables in the thread or can I create them in
the main thread and modify them in the other?
You can create tables on any thread, it doesn't matter.
Igor Tandetnik
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------