Re: [sqlite] Updating same tables in attached databases.

2008-08-04 Thread Kees Nuyt
On Sun, 3 Aug 2008 22:16:31 -0700 (PDT), you wrote: > I have two databases, an in memory main database > consisting of a single table, and a disk based > database consisting of multiple tables one of which > is also the same table as the one in memory database. > > Let's say in memory database

[sqlite] Updating same tables in attached databases.

2008-08-03 Thread A. H. Ongun
I have two databases, an in memory main database consisting of a single table, and a disk based database consisting of multiple tables one of which is also the same table as the one in memory database. Let's say in memory database table "foo" consists of records 1-4000. The "foo" table in