Subject Re: [IBO] Zebedee and TIB_Connection component
Author Helen Borrie
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.


>properties of TIB_Connection component in intrera and
>internet environment.

Helen