Reputation: 1
I am new to Objective-C and xCode and have tried to find example code on how to connect my iPhone application to an Oracle database (remote server). Does anybody have advice, or better yet, an example? Thanks in advance!
Upvotes: 0
Views: 775
Reputation: 24815
You would not want to connect to a database using the App. You should connect with a webservice which is connected to the database.
Data being transferred from the iDevice to whatever location is possibly being captured. Always take the safe approach
Upvotes: 3