Subject | Re: How to use ZeBeDee with IBExpress on Firebird |
---|---|
Author | Dixon Epperson |
Post date | 2003-10-10T17:30:48Z |
--- In firebird-support@yahoogroups.com, "Artur Anjos" <artur@a...>
wrote:
here. Thanks for the help. Send me an email, I'll keep you posted
on how it goes.
Dixon
wrote:
> DixonIt gives me the answer on a LAN connection, so hopefully it will
>
> > //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
here. Thanks for the help. Send me an email, I'll keep you posted
on how it goes.
Dixon