I think this was already discuted here but it doesn't make sense in my head.
Is it better pratice (i.e. fastest) to open a database (Implementation.newDatabase().open(....)) for each transaction or to open a database in the beggining of the whole application and close it when the app ends ?
I think it was previously answered that the first pratice is better. But why should I close the database ?
Thanks, Goncalo.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
