Subject | Re: [firebird-support] Attaching to more then one DB at a time |
---|---|
Author | Tony Christiansen |
Post date | 2011-01-18T05:10:59Z |
I connect to two databases in an application. I just use a second
TIBDatabase component for the second one.
samcarleton wrote:
TIBDatabase component for the second one.
samcarleton wrote:
>
>
> I am working on a program that is currently using SQLite. One of its
> features is the ability to attach to a second DB file. This is am
> important concept in my application because I have one DB for the
> general system and another for a specific 'document'.
>
> The system does NOT do any multi-database or cross-database queries, the
> system just does a SELECT ... FROM system.<table> or a SELECT ... FROM
> doc.<table>.
>
> Is there some type of attach commend or something that can be used once
> you are already connected to a DB to allow this behavior?
>