Subject Re: [IBO] Zebedee and TIB_Connection component
Author Doug Chamberlin
At 4/27/2003 05:40 PM (Sunday), Helen Borrie wrote:
>At 06:47 PM 27/04/2003 +0000, you wrote:
> >HI:
> > I am trying to use zebedee under the folllowing condition
> >
> > Server Firebird in Linux Redhat 7.3 in 192.168.0.10 called ABCD
> >and databse is /opt/interbase/dbdata/XXX.fdb
> >
> > Client in WIndows XP 192.168.0.11 called EFGH
> > I am trying to test Zebedee in localarea network environment with
> >intention of moving to an internet connection from server to client
> >
> > These are on a 100 MB localarea network.
> >
> > My application is in Delphi 5 and IBO. I am using TIB_Connection
> >component.
> >
> > Could someone tell me what should be in
>
> > Server
>
>/opt/interbase/dbdata/XXX.fdb
>
> > and Path
>
>EFGH
>
>Protocol should be cpTCP_IP
>
> > DatabaseName
>
>--- will appear automatically as EFGH:/opt/interbase/dbdata/XXX.fdb. You
>can change it to anything you like, as it will be used like an alias.

Helen, You sure about this? Seems entirely non-intuitive to me. (I don't
know IBO at all,
so feel free to steer me straight if I'm all wet.)

To me the logical values would be server=ABCD,
path=/opt/interbase/dbdata/XXX.fdb, and those would produce
databaseName=ABCD:/opt/interbase/dbdata/XXX.fdb

The ZBD settings would also normally require the explicit mention of a port
number at client, server, or both ends.