Subject | Re: [IBO] Password problem... |
---|---|
Author | Helen Borrie |
Post date | 2003-12-02T14:47:27Z |
At 02:16 PM 2/12/2003 +0000, you wrote:
machine so that it has the IP address and name of the server in its hosts
file. This stuff is in the firebird documentation - get the Quickstart
Guide from the ibphoenix website - a French version is available.
In ibo, remove ALL of the database params. Instead, set up these properties:
Server - place the host name of the server (e.g. "Serveur" or whatever it is)
Path - place the absolute path to the server, as seen on the server, e.g.
C:\databases\Mydata.fdb
Protocol - select TCP_IP
PasswordStorage - select psNotSecure
User - type SYSDBA
Password - type masterkey
In the FormCreate of your datamodule (assuming your database object is
IBODatabase1):
if not IBODatabase1.Connected then
IBODatabase1.Connect;
Helen
>--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:You need to use tcp/ip. This involves some configuration on the client
> > At 01:46 PM 2/12/2003 +0000, you wrote:
> >
> > > > Have you installed the client licence on the client machine?
> > > >
> > > > Helen
> > >
> > >Hello Helen,
> > >
> > >First, thank you for your help !
> > >
> > >Yes I have installed the firebird 1.03 client on my client (I've
> > >prviouly unstalled an old firebird 1.02 server on it...I was using
> > >this pc in the past as a non client/server for an other
>application..)
> >
> > I did say "client licence", since I assumed you were using IB. No
>licences
> > are needed for Firebird, though.
> >
> > Then the next question (seeing you are using named pipes) is: what
>is the
> > server OS? If it is Win95/98, WinME or XPHome, named pipes isn't
>supported
> > for the client-to-server connection - use tcp/ip.
> >
> > >that is very sad for me :(
> >
> > Solutions tend to come faster when you provide all of the relevant
> > information.
> >
> > Helen
>
>Hello helen,
>
>I'm using XPhome...
>how can replace name pipe, please ?
machine so that it has the IP address and name of the server in its hosts
file. This stuff is in the firebird documentation - get the Quickstart
Guide from the ibphoenix website - a French version is available.
In ibo, remove ALL of the database params. Instead, set up these properties:
Server - place the host name of the server (e.g. "Serveur" or whatever it is)
Path - place the absolute path to the server, as seen on the server, e.g.
C:\databases\Mydata.fdb
Protocol - select TCP_IP
PasswordStorage - select psNotSecure
User - type SYSDBA
Password - type masterkey
In the FormCreate of your datamodule (assuming your database object is
IBODatabase1):
if not IBODatabase1.Connected then
IBODatabase1.Connect;
Helen
>thank you
>Michel.
>
>
>
>___________________________________________________________________________
>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/