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

前端 未结 7 525
后悔当初
后悔当初 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:12

    Also there is one robust 3-tier architecture using SAP-Sybase(Middle wire) with ORACLE. Connect your Sybase DB to ORACLE with JTDS driver. Then, use your generating code in Android. For reference : SQL Server and Sybase Databases

    0 讨论(0)
提交回复
热议问题