but obviously this is not right :-) I can't sem to think of the right way to go about generating this list box. Thanks for your help guys..sub make_list { $sql = "select * \n"; $sql .= "from e1_attrib_type \n"; $cur = &ora_open($lda, $sql); while ( (@d) = &ora_fetch($cur)) { @ln[$i] = $d[$i]; } &ora_close($cur); return( @ln ); }
In reply to generating list box form oracle database by new_2_perl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |