Subject | Re: [IBO] Re: Conncting to server via network |
---|---|
Author | Arno Garrels |
Post date | 2002-12-03T09:49:32Z |
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
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,to
>
> 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
> the compiler.___________________________________________________________________________
>
> Florian
>
>
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>