Subject RE: [IBO] User access in delhi
Author Alan McDonald
> Hi All.
> After spending a lot of not successful time on the internet I hope
> some of you can help me, a new user of Delphi.
>
> My delphi-appl does not reflect my user grants on Firebird. I
> receive the no write/ no update ... error.
>
> I've tried to do my own dynamic code to control the user access in
> the forms by changing the queries editsql etc., but I cannot manage
> to address <datamodule>.<query> dynamically.
>
> Maybe one of you can tell me how to dynamic address a query in a
> datamodule by variables?
>
> I'm using TIB_Connection and TIB_Query.
>
> Do you know about an IBObject taking care of this?
>
> Thanks,
> Pia

wow, are you by any chance trying to put
GRANT XXX TO USERNAME;
UPDATE TABLENAME SET FIELD=VALUE

in the editSQL box?
Alan