I see. I still think the documents are lacking! Am I the only one who'd want a comment on the JDBC support in the dev-guide documents?
There seems to be a fair share of confused people out there ... On Dec 8, 8:33 pm, jotobjects <[email protected]> wrote: > On Dec 8, 11:02 am, kristianlm <[email protected]> wrote: > > > I cant believe this though - there's already a driver available? I > > can't find that in the docs anywhere! Which java.sql online manual are > > you looking at? I'm > > athttp://developer.android.com/reference/java/sql/package-summary.html > > http://dev.android.com/reference/java/sql/package-summary.html > > That's JDBC - the Connection object uses a JDBC driver for SQLite. > > Try Connection.getMetaData().getDriverName() and see what you get. > Probably it will be "SQLite.JDBCDriver" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

