is a useful demonstration of how NetBeans can be used to connect with the database.
On the web page, there is an unchecked conversion error in line three. Do you have any ideas?
List<States> list = em.createNamedQuery("States.findByAbbrev").
setParameter("abbrev", abbrev).
getResultList();
[Message sent by forum member 'tse2009' (webofht-javanet01_at_yahoo.com.hk)]