Subject Re: [firebird-support] Database cache
Author Aage Johansen
On Fri, 16 Apr 2004 09:22:52 +0000 (UTC), Juan Pedro López Sáez wrote:

> - I have the same testing database in two different machines, say dbA
and dbB.
> - I add new rows in a table of dbA.
> - I backup dbA.
> - I shutdown dbB, rename it to another filename and restore the last backup
> of dbA to dbB filename.
> - I bring dbB online.
>
> After that process, when I connect to the new created dbB, I can't
> access the new rows inserted in dbA.
> I guess this has something to do with firebird database cache, because
> after restarting firebird server, I access the new rows.


My guess is that you didn't COMMITT the transaction that added the rows -
gbak cannot (yet) "see" those rows.


--
Aage J.