在Android应用程序访问Oracle数据库 [英] Accessing Oracle database in android application

查看:480
本文介绍了在Android应用程序访问Oracle数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的Andr​​oid应用程序来访问Oracle数据库。我搜索过很多教程,但没有找到合适的。有人建议我一些很好的教程在android系统来访问Oracle。

I want to access an oracle database in my android app. I searched through many tutorials but didn't find the proper one. Can someone suggest me some good tutorials to access oracle in android.

推荐答案

考虑到移动领域它不是明智和最有可能无法使用JDBC或ODBC驱动程序,因为他们是沉重的,而不是设计来运行连接MySQL或Oracle数据库移动操作系统。

Considering the mobile domain its not wise and most probably not possible to connect mysql or oracle database using JDBC or ODBC driver as they are heavy and not designed to run on mobile OS.

去像SOAP或REST风格的轻量的Web服务...
这些Web服务返回的响应XML或JSON。解析它在Android端,并使用这些数据。

Go for light weight web services like SOAP or RESTful ... These webservice returns xml or json in response. parse it on android side and use the data.

这篇关于在Android应用程序访问Oracle数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆