Re: POPULATE LIST

From: Steve Cosner <stevec_at_zimmer.csufresno.edu>
Date: Tue, 03 Aug 1999 16:31:29 GMT
Message-ID: <BPEp3.22$Sp.897_at_nntp.csufresno.edu>


[Quoted] Maybe it is the "DESC" column. That is a reserved word in an order-by clause, so it may cause a problem. Try pressing Shift-F1 (or pull-down Help --> Display Error) to see the actual database error message.

Steve Cosner

In article <7o74e7$797$1_at_fe1.cs.interbusiness.it>, Andrea Colzi <mt_at_multidatagroup.it> wrote:
>I get the frm-41337 error on a populate_list command. The code I use is:
>
>rg_id := Create_Group_FROM_QUERY( 'AA',
> 'select ID_NAG, DESC from mx_nag');
>errcode := Populate_Group( rg_id );
>POPULATE_LIST('nag_id_nag',rg_id);
>
>Both the columns are varchar2 and the query works fine. What's wrong?
>And the only way to fill a list item with db data is with a group created at
>runtime?
>
>andrea
>
>
>
Received on Tue Aug 03 1999 - 18:31:29 CEST

Original text of this message