File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes ResultSet not open. Operation 'last()' Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "ResultSet not open. Operation Watch "ResultSet not open. Operation New topic
Author

ResultSet not open. Operation 'last()'

James Howerton
Ranch Hand

Joined: Mar 14, 2009
Posts: 82
Hello
Could someone find the missing code needed to render the table?
error:



AdminPanel.java GUI to add table


ConnectAdminDAO()
public int rst=ResultSet.TYPE_SCROLL_INSENSITIVE;
public int cro=ResultSet.CONCUR_READ_ONLY;
public int tsi=ResultSet.TYPE_SCROLL_INSENSITIVE;



 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ResultSet not open. Operation 'last()'
 
Similar Threads
J Table Update (it makes me mad)
Cell showing junk chars after mouse click
Slight JTable problem
problem with tablemodel
AbstractTableModel NullPointerException