On Dec 8, 11:02 am, kristianlm <kristianl...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to