in reply to Re: using DBI oracle to make scrolling lists(drop down menus)
in thread using DBI oracle to make scrolling lists(drop down menus)
and using$sql = "SELECT ss_number, last_name || ' ' || first_name NAME FROM people ORDER BY 2";
to populate the local storage structures.$people_hash{$people_array[0]} = $people_array[1]; push @people_keys,$people_array[0];
rdfield
|
|---|