| Subject | Re: [firebird-support] Re: How to use ZeBeDee with IBExpress on Firebird | 
|---|---|
| Author | Artur Anjos | 
| Post date | 2003-10-10T17:20:20Z | 
Dixon
Artur
            > //start ZeBeDee, where xxx represents the public IP address ofThis looks fine to me
> // the tunnel
> WinExec("zebedee 3051: xxx.xxx.xxx.xxx:3050, 0);
> // configure property on TIBDatabase
> IBDatabase.databasename := localhost/3051:tablealias
>Well, I don't know IBX to give you an answer here.
> //then connect
> IBDatabase.connected := true;
>
> // then I should be able to test the connection with
> b := IBDatabase.TestConnected;
> // and 'b' should be true
Artur