I am facing problems to connect my applications to my database sqlite3.
How to connect with database?
Actually I want to take a name from database when I click a button.
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.
You should really use Core Data rather than trying to directly use a sqlite database. Core Data, though somewhat complex, is still much much simpler than going any other route. Apple provides numerous Core Data sample code which will help to get you started. Specifically look at the LocateMe code.