> In fact, we should probably be creating a different Connection > for each thread, though the SQLiteJDBC Connection is thread safe. > > d.
Respectfully disagree. In most databases I've seen (Oracle, MySQL) Connection is thread-safe and is usable with no problems across threads. Here is from MCKoi: http://www.mckoi.com/database/maillist/msg00055.html --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
