Subject Re: [firebird-support] Re: How to use ZeBeDee with IBExpress on Firebird
Author Artur Anjos
Dixon

> //start ZeBeDee, where xxx represents the public IP address of
> // the tunnel
> WinExec("zebedee 3051: xxx.xxx.xxx.xxx:3050, 0);
> // configure property on TIBDatabase
> IBDatabase.databasename := localhost/3051:tablealias

This looks fine to me

>
> //then connect
> IBDatabase.connected := true;
>
> // then I should be able to test the connection with
> b := IBDatabase.TestConnected;
> // and 'b' should be true

Well, I don't know IBX to give you an answer here.

Artur