开发者

Connecting to Oracle database from XCode project

Does anyone have some good resources to point to that would help us get started on writin开发者_高级运维g applications in XCode that talk natively to an oracle database.

We need to create a high performance utility to do data processing that involves communicating with an oracle database. For performance reasons using the pure native drivers is preferred.


If you are willing to use Xcode and PRO*C, check PRO*C and Xcode 3.2, how to get it working It explains the integration of PRO*C in Xcode. Oracle only provides 10g clients and a hastily released, incomplete 10.2.0.4 rdbms server but you can use them to connect to all current releases of Oracle. Both PRO*C and oci are support using the clients. Both PPC and intel are supported Instant Client Downloads

If interested, I will make a new blog using Xcode-4.

I hope this helps.


If you’re familiar with ODBC, you could use that, together with an appropriate ODBC driver for Oracle (Mac OS X has iODBC installed by default). That way you’ll be able to support other databases as well, so long as an appropriate ODBC driver is on the system.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜