"David Gewirtz" <[EMAIL PROTECTED]> wrote:
> 
> Basically, is it bad if I decide to open and close the same database a LOT?

It isn't the best choice if performance is your goal.  Every time
you open the database, it has to read and parse the entire schema.
SQLite does that pretty quickly as databases go, but it still takes 
time.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to