Hi folks!
I've been looking around for a portable way to use database functionality in Android without much success. I wanted to interface the built-in SQLite database in Android through JDBC but there were no drivers ...right? at least I could not find any! So I started my own: http://code.google.com/p/sqldroid/ It's only a beginning, but it works for my relatively simple demands at the moment. So my question is: Why is no such JDBC driver already included in Android? Am I missing the big picture here? I fear this is a bad idea but that I don't see it. Why would you not want to interface the built-in SQLite engine through JDBC? Any advice welcome! Thanks, Kris -- 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

