in reply to Trying to add objects in dropdown

Try replacing:
(@row = $sth->fetchrow())

with:
(@row = $sth->fetchrow_array)

higle