Subject Re: [IBO] Re: Conncting to server via network
Author Arno Garrels
On DataModule Create I do:

DataBaseThrd.DataBaseName :='';
DataBaseThrd.Server := FIBHost;
DataBaseThrd.Protocol := cpTcp_IP;
DataBaseThrd.Path := FDBName;
DatabaseThrd.Username := FIBUser;
DatabaseThrd.Password := FIBPwd;

Arno Garrels


---- Original Message -----
From: "Florian Hector" <FHector@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, December 03, 2002 7:32 AM
Subject: Re: [IBO] Re: Conncting to server via network


> Arno,
>
> how do you assign Protocol in code.
> When I try to simly assign it with
> DM.cnConnection.Protokol := cpTCP_IP, I get the error that cpTCP_IP is
> unknown. Couldn't find an example how to make the datatype protokol known
to
> the compiler.
>
> Florian
>
>
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>