Subject | Re: [IBO] Prepare in IBquery |
---|---|
Author | Svein Erling Tysvær |
Post date | 2000-12-21T11:54:05Z |
Try setting ReadOnly for your IB_Query to true. I guess IBO automatically
adds FOR UPDATE to your query if ReadOnly is false.
Set
At 02:03 21.12.2000 -0000, you wrote:
adds FOR UPDATE to your query if ReadOnly is false.
Set
At 02:03 21.12.2000 -0000, you wrote:
>I have script into clausule Update/delete/insert.
>The user have grant to select and reference.
>when open a IBquery ... -> "no permission updated/write..."
>If user have grant to select/update/delete, no have a problem or msg.
>Why?
>I try set prepared=false, but i see the msg "no permission
>update/write..."
>what's the problem?
>
>Thanks
>
>
>
>
>
>