Creating an iPhone App in xCode, and I need to populate it with data from Microsoft SQL Server. Is this possible? If so, are there any tutorials online that can help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would recommend going for a 3 layer model.
Why this complicated? Because if you connect to your database directly in your iPhone app without a webservice between it. (if that is even possible in iPhone apps) then you are running a security risk because your app will contain your database connection string.