Hello everyone, I am able to import .csv files into a SQlite table through the command line. It works nice and fine. What i wanted to know was is it possible to do the exact same thing through Objective C code..meaning execute commands like .mode csv && .import file.csv table.
The interface sqlite3 does all normal SQL statement execution like selecting, deleting etc..But i am not sure about the importing part.
Any guidance anyone? Thanks in advance Regards