What is the best way to connect between android and oracle database?

前端 未结 7 554
后悔当初
后悔当初 2020-12-09 19:48

I need to access data from an external oracle database from my application android to update the local database application, but I don\'t know what would be the best way to

7条回答
  •  难免孤独
    2020-12-09 20:06

    You can not directly access the Oracle database from android Application. you need to create webservices in PHP, .net or in Java to make connection with Oracle Database. After creating this webservice , you need to connect your application with the webservice. This is the simplest way of connecting with Oracle Database.

提交回复
热议问题