No need to use jdbc - there are classes for working with MySQL databases (more or less directly).
Look up data storage in the development guide. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 07.10.2010 1:35 пользователь "kypriakos" <[email protected]> написал: Hi all, does Android provide an API for JDBC to SQLite? What I found around are Java wrappers or native drivers but not sure these are compatible with Android. Anyone has any pointers to info I can use 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. Thanks very much -- 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]<android-developers%[email protected]> For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- 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

