Subject | Re: Is this Magic ? |
---|---|
Author | Alexander V.Nevsky |
Post date | 2003-06-02T15:39Z |
--- In ib-support@yahoogroups.com, Alexander Tabakov <saho@e...>
wrote:
I hope you can read Russian ;)
Best regards, Alexander.
wrote:
> "selectexecution I receive:
> party.party_id, profile.*
> from
> tbl_party party, read_profile(party.party_id) profile"
>
> where "read_profile" is a stored procedure prepares OK but on
> "The cursor identified in the update or delete statement is notpositioned on a row.
> No current record for fetch operation"party2.party_id),
>
> BUT,
>
> The folowing query executes OK:
>
> "select
> party.party_id, profile.*
> from
> tbl_party party LEFT JOIN tbl_party party2 on (party.party_id =
> read_profile(party.party_id) profile"http://www.krista.ru/ib/proc-join.html
>
> The magic is in the LEFT JOIN. A simple join doesn't work, I get the
> same error.
>
> Any ideas?
I hope you can read Russian ;)
Best regards, Alexander.