Subject | Re: [firebird-support] Connecting different database. |
---|---|
Author | Helen Borrie |
Post date | 2003-12-15T14:07:37Z |
At 01:06 PM 15/12/2003 +0000, you wrote:
across database boundaries. But you can connect to multiple databases
simultaneously. You can also perform queries on multiple databases within
a single transaction, with two-phase commit - read data from tables in one
database and pass them to update or insert queries in tables in other
databases.
Helen
>Hello All,Yes, certainly.
>The firebird version I'm working at is 1.5.0.3481 RC3.
>I wanted to know whether I can execute a query to an another database
>while being logged on to one (assuming that sufficient priveleges are
>granted)?
>For example I'm connected to db_1 and I try to execute query on db_2 like thisFirebird doesn't use database namespaces and it doesn't support joins
>select * from db_2.table_1;
across database boundaries. But you can connect to multiple databases
simultaneously. You can also perform queries on multiple databases within
a single transaction, with two-phase commit - read data from tables in one
database and pass them to update or insert queries in tables in other
databases.
Helen