On 05/02/2008, DH <[EMAIL PROTECTED]> wrote: > java.sql.ResultSet is an interface and all classes implementing the > interface must implement the abstract methods of that interface. The > interface changed between 5.0 and 6.0 so you must either implement the > method or use version 1.5/5.0 JDK.
Right, I've put off handling some of this, because a) Mac OS still ships with J5, which I use as default, and b) some of these new functions return classes introduced in J6. That means once I put the code in, it cannot be compiled on J5 without some nasty preprocessor. You should still be able to use the compiled driver on J6. Just compile with J5. d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
