Subject Re: Redirection
Author mariuz
--- In firebird-support@yahoogroups.com, "gu1tarrr" <tiagofdf.86@...> wrote:
>
> Hi,
> I´m using Firebird version 2.1.0.17798 and I'm trying to use redirection feature by enabling it in firebird.conf file.
> I'm using BDE (Borland Database Engine) to connect to database.
> I use SERVER NAME string like `server1:server2:database.fdb' and it connects successfully but when I try to execute some SQL (SELECT * FROM table, for example ), firebird stops making my application to crash, it results as windows error.
> I'm using windows 7 professional, 32 btis.
>
> Connecting like `server1:database.fdb' or `server2:database.fdb' it works fine, but that is not the ideia.
>
> I've already tried with older and newer versions of firebird but it still the same.
>
> How can I solve this problem?
>
> Can you, please, help me with this?

Did you enabled Redirection=true in firebird.conf?
also you should try if it works from flamerobin or isql tool