Oracle access from iOS

前端 未结 3 1153
-上瘾入骨i
-上瘾入骨i 2021-01-20 21:38

I\'m developing an iPad app that needs read-only access to an Oracle database.

Is there any way to do this? As far as I can see, the only options are using OCI, whic

3条回答
  •  渐次进展
    2021-01-20 22:15

    Direct access to an Oracle database from iOS is not possible as of this moment. Exchanging data with an Oracle database by means of web services is fairly simple. You can use APEX for this, lean and mean.

提交回复
热议问题