Subject | Re: [IBO] Deadlock issue |
---|---|
Author | Robert martin |
Post date | 2007-04-04T00:08:45Z |
Hi Helen
Answers to you questions follow...
Would you like the SP also ? (it is fairly small)
However the SP should only be returning 1 row anyway. I will try the
.Last thing anyway :)
Ta
Rob
Answers to you questions follow...
> Can you please supply:SELECT * FROM pr_ItemTypeAccount(:ItemRef, :RegionRef);
>
> 1. The SQL for ItemtypeQuery
>
Would you like the SP also ? (it is fairly small)
> 2. The exception code and message that you get when you think youJust being safe :)
> have a deadlock
>
>
>
> It is not necessary. Any dataset in a read-only transaction is by
> nature read-only.
>
>
>> The query providing data for the parameters is not being edited.Wow, I did not realise that !
>>
>
> Although there's not enough info here to guess intelligently, have
> you borne in mind that a selectable SP isn't "finished" until it
> stops executing? What that means for your application flow is that
> you must complete one invocation before you make another. So, before
> closing the dataset, you will need to run to EOF.
>
However the SP should only be returning 1 row anyway. I will try the
.Last thing anyway :)
Ta
Rob