Subject Re: How to use ZeBeDee with IBExpress on Firebird
Author Dixon Epperson
--- In firebird-support@yahoogroups.com, "Artur Anjos" <artur@a...>
wrote:
> 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

It gives me the answer on a LAN connection, so hopefully it will
here. Thanks for the help. Send me an email, I'll keep you posted
on how it goes.
Dixon