In my textbook on a chapter on Advanced Java Databse programming they use
Rowset rs = new JdbcRowSetImpl();
I've been struggling to try to find out how to use the com.sun package. They do not mention how to use this package. Anyone knows where I can download the Jar file for this package?