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
Steve Cosner
In article <7o74e7$797$1...@fe1.cs.interbusiness.it>,
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.