views:

63

answers:

1

Is there any way to access the a database server directly in Android? If not, why? Also, are there any external tools for this?

+1  A: 

Please see this question http://stackoverflow.com/questions/1728476/does-android-support-jdbc

AphexMunky