Subject Re: [IBO] 2 ISC4-questions
Author Luiz Alves
IBX and IBO make use of the interbase api. IBX will not solve your problem.

AFAIK, There is not function to check user existance.

Maybe you can add a user, if no error, the user doesn't existed and you can
delete it. If error then the user exists.

Luiz.


----- Original Message -----
From: <guido.klapperich@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, April 30, 2001 6:10 PM
Subject: Re: [IBO] 2 ISC4-questions


> Yes, but if the User doesn't exist, he will be added. I just want to
check, if
> he exists.
> By the way, at the moment I try to install IBX, but I don't succeed. I run
the
> IBX-Installer, but nothing appears in Delphi, Do you know, what I'm
missing ?
>
>
> Guido.
>
> Luiz Alves wrote:
>
> > Perhaps something as:
> >
> > try
> > IB_Connection.AlterUser( uaAddUser,
> > tmpName,
> > tmpPass,
> > '',
> > tmpFirst,
> > '',
> > tmpLast );
> > except
> > showmessage('User already exists!');
> > end
> >
> > Luiz.
> >
> > ----- Original Message -----
> > From: <guido.klapperich@...>
> > To: <IBObjects@yahoogroups.com>
> > Sent: Monday, April 30, 2001 5:46 PM
> > Subject: Re: [IBO] 2 ISC4-questions
> >
> > > Do you know, if I can check, if an user exist in the ISC4.gdb without
> > > connecting to the security-database ? A ServiceAPI-function like
> > > ExistUser(UserName):Boolean
> > >
> > > Guido.
> > >
> > > Luiz Alves wrote:
> > >
> > > > I readed comments saying yes.
> > > >
> > > > Luiz.
> > > >
> > > > ----- Original Message -----
> > > > From: <guido.klapperich@...>
> > > > To: <IBObjects@yahoogroups.com>
> > > > Sent: Monday, April 30, 2001 5:25 PM
> > > > Subject: Re: [IBO] 2 ISC4-questions
> > > >
> > > > > > > 2) I want to store passwords in my database. Exist there
functions
> > to
> > > > > > > encode and decode the passwords in IBO ?
> > > > > > I think Geoff started something as it, but he didn't terminate.
> > > > >
> > > > > Do you know, if IBX has this feature ?
> > > > >
> > > > >
> > > > > Guido
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > >
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> > >
> > >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>