Subject Re: [firebird-support] Distributed SQL support
Author Helen Borrie
At 05:04 AM 7/09/2005 +0000, you wrote:
>Does firebird support distributed SQL queries ? I have multiple
>firebird databases where data has been partitioned for load balancing.
>Occasionally, I need to query all the databases and get a single
>result set. Can I do this without connecting to every database ?

No; but you can connect to all of the databases in a single transaction in
snapshot isolation to get a repeatable state across all of the individual
queries.

./heLen