Subject Re: [IBO] Handling user permissions
Author Jason Wharton
This is part of the reason I have not fixed it yet is because it is pretty
straight forward for people to do this in their applications. If I build
something into IBO it will be similar, although I don't think I can go so
far as to remove the value of the property. I will build into it three flags
and they will tell if there was a permissions violation and then it will
reflect that in what it will allow the dataset to do.

Would this work for your situation as well?

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


----- Original Message -----
From: "Митрюшкин С. А." <com@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, November 22, 2001 1:24 AM
Subject: RE: [IBO] Handling user permissions


> > This is on my list of things to do but it doesn't have high
> > priority because
> > most people are writing their own using ROLEs. This is how I do it.
>
> as far as i remember, this question is asked every 2-3 months for a year
or
> two, and no universal solution exists :(
> what can i suppose - catch exeption #335544352 (not sufficient rights
while
> preparing edit-, deletesql), clear this xxxsql and reopen query. 10 lines
of
> code attached to onerror of main connection solve the problem forever :)
> ==
> Serg