Oracle access from iOS
Posted
by
Michael Lowman
on Stack Overflow
See other posts from Stack Overflow
or by Michael Lowman
Published on 2011-01-04T14:38:28Z
Indexed on
2011/01/16
4:53 UTC
Read the original article
Hit count: 238
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, which requires a prebuilt binary in the form of the instant client (and not built for ARM), or OJDBC drivers. Both of these seem to be out of the question.
In my research I have discovered that libmysqlclient compiles for arm with minimal tuning. This is a stretch, but is there any possible way to use this to my advantage?
I have seen this product providing odbc connectivity through the use of a Windows gateway machine using the ODBC client libraries, but this solution really isn't an option for me at the present time.
Any ideas?
© Stack Overflow or respective owner