Subject Re: [IBO] Re: Two problems
Author Jason Wharton
There is no such mechanism in a specific sense.

Just use one of your tables to see if they can select from it and if so,
they are approved. If not, terminate them.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Kurt Bilde" <kub@...>
To: <IBObjects@egroups.com>
Sent: Friday, November 17, 2000 12:49 PM
Subject: [IBO] Re: Two problems


> Hi Jason !
> --- In IBObjects@egroups.com, "Jason Wharton" <jwharton@i...> wrote:
> > Depends on if you want to take full manual control or simply attempt
> >to prepare various statements right upon connect time to see if any
> >error occur and if errors do occur you can simply close the
> >connection and prevent it from being used.
>
> I simply want to check if the user have permission to access to the
> given .gdb file.
>
> > This is something that you will have to build into your application.
> > Are you very familiar with how InterBase handles permissions? I'd
> >like to recommend that you get very familiar with them if you haven't
> >yet.
> I'll read more into that, but it would be smart if I could check if
> the user have been given the rights to the .gdb file.
>
> -Kurt
>
>
>
>
>
>