I am making an iPhone app where in I want to make an image - quiz based app. The app will ask questions based on the image. Hence I want to insert images in my sqlite3 database from the terminal, which I will then add to my Xcode project.
I created the database on the terminal and now I want to insert jpg images (located on my desktop) to my table. How do I add them? Do I need to add the path.
Also , is it a feasible to add about 150 images to the database and then load the table in Xcode? I am just learning iPhone development and do not wish to to it in App Store.