java and search into the database
hi
i know how to connect java to an acess database but i don't know how to search it and retieve data from it
suppose i have a database that have 4 colums
itemsoldTillmarchsoldTillJuneSoldTillSep
car 1020 5
pens3004015
pc20
and so on
and i want to give the user all the sold quantities when he enteres the item name
for example if the user enter car the output will be
10205
if the user enter pc
the output will be 20
and so on
any ideas?

