0

jdbc connection on android does not have connection.getSchema(). It was added in Java SE 1.7. Does android fully support java 1.7 jdbc?

eastwater
  • 4,624
  • 9
  • 49
  • 118

1 Answers1

1

JDBC is not properly supported in android. You need to use some web services such as REST APIs.

Check this answer and other answers in that thread for solution.

Nabin Bhandari
  • 15,949
  • 6
  • 45
  • 59