Hello Could someone find the missing code needed to render the table? error: [code]May 28, 2010 10:30:59 PM view.content.panels.guide.AdminPanel$ResultSetTableModel getRowCount SEVERE: null java.sql.SQLException: ResultSet not open. Operation 'last()' not permitted. Verify that autocommit is OFF. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException (Unknown Source) output: [code] selectAdmin: SELECT admin_uid, admin_password, admin_lname, admin_mname, admin_fname, admin_gender, admin_age, admin_start_date, admin_end_date, admin_address, admin_state, admin_zip, admin_area_code, admin_phone, admin_pay_rate FROM admin WHERE ...