in reply to generating list box form oracle database

What kind of errors/results is this giving you?

update: Ack! I had a great example which was completely wrong, because it was based on a misunderstanding of the ora_fetch() command.

So now I'll simply be a voice in the chorus: consider DBI and DBD::Oracle modules rather than oraperl. The resulting code will be more portable (even if you don't care about it for this script, your skillset is enhanced by this).
  • Comment on (ichimunki) Re: generating list box form oracle database

Replies are listed 'Best First'.
Re: (ichimunki) Re: generating list box form oracle database
by new_2_perl (Acolyte) on Jun 19, 2001 at 20:59 UTC
    the sql satement is valid sql. It is the same thing that you worte. e1_attrib_type is the name of the table
      You are right. I'm just not used to seeing SQL with embedded \n's or without the ; at the end. sorry.