Subject | RE: [IBO] Connecting an TIB_Connection on RemoteDatamodule stop before connect |
---|---|
Author | Alan McDonald |
Post date | 2002-11-24T10:35:18Z |
are you setting the protocol and the server property?
> -----Original Message-----
> From: davissammybr [mailto:davissammybr@...]
> Sent: Sunday, 24 November 2002 21:25
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Connecting an TIB_Connection on RemoteDatamodule stop
> before connect
>
>
> Hi,
> I need connect and set the properties to a TIB_COnnection on a
> RemoteDatamodule for a client connection.
>
>
> Im using the following code at onCreate of remotedatamodule and
> beforeconnect of TIB_Connection.
>
> //OnCreate of my remotedamodule
> TIB_Connection.connect;
>
> //It call the beforeconnect of TIB_Connection
>
>
> //OnBeforeConnect of my TIB_Connection
> TIB_Connection.PasswordStorage := psNotSecure;
> TIB_Connection.Username := 'sysdba';
> TIB_Connection.Password := 'masterkey';
> TIB_Connection.Path := 'MYPATH\MYFILE.GDB';
>
>
> My server appication stop before connect to TIB_Connection.
> Where is wrong?
>
> Thanks all.
>
>
>
> __________________________________________________________________
> _________
> 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/
>
>