Subject | Re: [firebird-support] Connect 2 databases |
---|---|
Author | Alexandre Benson Smith |
Post date | 2004-01-21T23:02:21Z |
At 18:39 21/01/2004 -0200, you wrote:
May be in a future release, this has been discussed before...
You can connect to 2 (or more) databases in your client application. and
merge the data.
HTH
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
----------
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.564 / Virus Database: 356 - Release Date: 19/01/2004
[Non-text portions of this message have been removed]
>Hello all,No, in current firebird version you could not do cross database selects...
>
>Is possible to use tables of diferents databases in one view.
>for example in MSSQL I use :
>
>Create view a_plus_b as
>(
>select a.user_name, a.cd_user,
> b.adress, b.number
>from test.dbo.a, test2.dbo.b
>where a.cd_user = b.cd_user
>)
>
>Someone can help me ???
>Thanks...
May be in a future release, this has been discussed before...
You can connect to 2 (or more) databases in your client application. and
merge the data.
HTH
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
----------
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.564 / Virus Database: 356 - Release Date: 19/01/2004
[Non-text portions of this message have been removed]