With this snippet of code.
PreparedStatement ps = con.prepareStatement("SELECT * FROM wordList;");
ResultSet rs = ps.executeStatement();
if(!rs.isClosed())
System.out.println("Not Closed");
--------
It throws "ResultSet is Closed error"
Why would it do this?
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---
