Re: can't access table from FORMS - help

From: John Morgan <John_Morgan_at_OIT.PeachNet.EDU>
Date: 26 Jul 1994 16:40:55 GMT
Message-ID: <313ean$j7e_at_news-feed-1.PeachNet.EDU>


In article <CtJvpG.GMM_at_empros.com> Richard VonLehe, rvonlehe_at_empros.com writes:
>Declare
> temp1 number;
> temp2 number;
>Begin
> select b1 into temp1 from trans_data where b3=1; <----- Doesn't
 work
>END;
>
>Declare
> temp1 number;
> temp2 number;
>Begin
> select id into temp1 from seasons where id=1; <------ Works
>END;
>
>
>
>Can anyone give me an idea why this error is occuring?

Perhaps trans_data is owned by another user?? Received on Tue Jul 26 1994 - 18:40:55 CEST

Original text of this message