I am creating a SQLite database for my iPhone projects. I have table called products in my database.
I want to have 35 columns in the products table. I am able to create 26 columns only. I add any more its not getting added to the table. I am accessing the database via SQLite manager from Firefox. Is there any limit for the columns. How can I overcome this issue?
This is most likely a limitation of the Firefox plugin or has to do with your naming setup. From the SQLite documentation:
Solution: use the command line interface sqlite3.