hi folks i am developing an sqlite application in iphone.
since i am new to this application, i dont how to use the key and objects from NSMutableDictionary in the command of insert statement of sqlite.
for example , i want the insert statement in the following format.
INSERT INTO TABLENAME (COLUMN NAMES AS KEYS FROM NSMUTABLEDICTIONRY) VALUES (VALUES AS OBJECTS FROM NSMUTABLEDICTIONARY)
please help me out.
thanks
I have actually very little knowledge about SQL, but maybe something like this will help you: