Subject Re: Redirection
Author gu1tarrr
Anyone??


--- In firebird-support@yahoogroups.com, "gu1tarrr" wrote:



--- In firebird-support@yahoogroups.com, "mariuz" wrote:



--- In firebird-support@yahoogroups.com, "gu1tarrr" 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


Hi,
Yes, I did enable Redirection (Redirection = 1) in firebird.conf.
And Yes, i tried to connect with isql tool, but it stills the same, firebird stops making ISQL to crash... Same situation with my application.

I also did disable firewall only for testing... still nothing.

If you want, you can make a simple test, connect like 127.0.0.1:127.0.0.1:database.fdb and try to run some SQL on it.

In my case it connects successfully, the problem comes when I try to execute some SQL.

Thanks for your reply.