i want to collect the data from database in the array and then after put that in each cell of the table view.
i dont know how to retrieve the data in array for select * from tablename for single row.
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.
If you’re talking about a Core Data database, doing this tutorial from developer.apple.com should give you an idea of how to do it.
Sam