Hi,

I am looking for a way to create dynamic tables in the database. In my app I have to store the user data to a table after every session. And the table should be different for every new session. I am thinking of creating a table name as an Index and increment it for every new session. This is just my thought. So I just wanted to know if it is possible or any other good ways to make this workable. I would be thankful for any suggestions. I want to use Sqlite database.

Thank You,
Baluk