Ok thanks very much guys I will look into it. I did find a posting that seemed to be along the lines but I will follow your advice first:
http://stackoverflow.com/questions/41233/java-and-sqlite On Oct 6, 5:39 pm, Mark Murphy <[email protected]> wrote: > 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/commonsguyhttp://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

