On Feb 5, 11:46 am, "David Crawshaw" <[EMAIL PROTECTED]> wrote:
> 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.

Thanks.  Sorry, I should have just looked at the compile errors.
Actually, I dont need to compile it; the 0.37 build works fine.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to