RE: [firebird-support] Connecting to Embedded + Superserver from same app
Author
Alan McDonald
Post date
2005-06-20T01:43:09Z
> Hello Group,
>
> I asked a question the other day about connecting to Embedded server
> with multiple connections within different threads of the same
> process, and this is apparently possible (with the caveats about
> embedded server and potentially mucking up the DB if your app doesn't
> behave).
>
> http://groups.yahoo.com/group/firebird-support/message/62008
>
> I have one further question. At the top tier, I intend on transferring
> the data from the embedded DB (the local tier cache) into the real DB
> (superserver). It may be possible to insert directly into the real DB
> at the top tier and skip the cache altogether, but as the structure is
> different and it may be a bit tricky to do that. Can you connect to a
> normal superserver using the embedded dll by using the standard SS TCP
> connection string or is there some other way of achieving this?
>
> Thanks in advance
> Adam