On Wed, Oct 6, 2010 at 5:35 PM, kypriakos <[email protected]> wrote:
> does Android provide an API for JDBC to SQLite?

Use SQLiteDatabase.

> I have created the db using the adb shell and all I need to do is to
> connect
> to the db from an activity and run a simple query to retrieve and
> file.

That is what SQLiteDatabase is for.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.0.1 Available!

-- 
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

Reply via email to