Subject | Re: [IBO] Connecting an TIB_Connection on RemoteDatamodule stop before connect |
---|---|
Author | davissammybr |
Post date | 2002-11-24T12:47:03Z |
Now i set it, but not works yet.
If connect , disconect and connect again my TSocketconnection the
tibconnection lock.
Thanks.
If connect , disconect and connect again my TSocketconnection the
tibconnection lock.
Thanks.
--- In IBObjects@y..., "Alan McDonald" <alan@m...> wrote:
> are you setting the protocol and the server property?
>
> > -----Original Message-----
> > From: davissammybr [mailto:davissammybr@y...]
> > Sent: Sunday, 24 November 2002 21:25
> > To: IBObjects@y...
> > 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/
> >
> >