forum

Home / DeveloperSection / Forums / Adding or Removing objects from SQLite in iOS.

Adding or Removing objects from SQLite in iOS.

Anonymous User 1246 28-Dec-2015

In my SQLite database table I have unique id for each row and have rows name sequentially, like 5 rows in table and having id 0 to 4 for each row.
now, when I remove any row from table like row number 3, this occurs a 'hole' and afterwards I add more data on table but the 'hole' is still exists.
Please tell me that is this important for me to know exact number of row and to have at every row data in order to access my table arbitrarily.
Is there any way in SQLite to do that, and can manage manually to remove and add data.


Updated on 28-Dec-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By