1

i am new in objective c. I am making a UIView based app. Now i need to insert data and retrieve data from mysql database. I am tired to find out any solid tutorial or documentation and even i don't know that about any framework or API for mysql connection. it will better if i get any example or tutorial or any other. Thanks.

0

1 Answer 1

2

You should never directly connect the the MySQL server, since this wil mean that you can connect directly to the server from any IP adress.

The best way of talkin to a remote host is by using a web-service, a simple REST web-service will do fine.

You can post data to this web-service, which it can then write to the database. The same goes for reading the web-service.

Sign up to request clarification or add additional context in comments.

1 Comment

Can you provide any tutorial?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.