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)
#this part might be different depending on how your db does SQL my $people_query = $dbh->prepare("SELECT ss_number, f_name, l_name, st +ate FROM people, states WHERE people.stID = states.stID");
|
|---|