how to write the array into the sqlite database for objective-c ?
- by uttam
i have taken the data from databse into array now i want it to send it back into database by using the insert query.
how can i insert the array of the data into the database.