[sqlite] Re: Re: How do I know what DBs I have attached?

2007-03-10 Thread Igor Tandetnik
jose isaias cabrera [EMAIL PROTECTED] wrote: Perhaps, this should be the case. It would not be so hard to keep a table of connections that are attached or open with a table. You don't want an otherwise read-only connection have to write to the database. This will harm concurrency. Well,

Re: [sqlite] Re: Re: How do I know what DBs I have attached?

2007-03-10 Thread jose isaias cabrera
jose isaias cabrera [EMAIL PROTECTED] wrote: Perhaps, this should be the case. It would not be so hard to keep a table of connections that are attached or open with a table. You don't want an otherwise read-only connection have to write to the database. This will harm concurrency. Oh, I

Re: [sqlite] Re: Re: How do I know what DBs I have attached?

2007-03-10 Thread Gussimulator
: [sqlite] Re: Re: How do I know what DBs I have attached? jose isaias cabrera [EMAIL PROTECTED] wrote: Perhaps, this should be the case. It would not be so hard to keep a table of connections that are attached or open with a table. You don't want an otherwise read-only connection have