super(out);
try {
// The name is com.sun.rowset.WebRowSetImpl in rowset.jar,
// but sun.rowset.jar in J2SDK1.5. Go figure.
Class c = Class.forName("com.sun.rowset.WebRowSetImpl");
results = (WebRowSet)c.newInstance();
} catch (Exception ex){
throw new IllegalArgumentException(
"can't load WebRowSetImpl, check CLASSPATH");
}