OKe. Suppose If i have created a table with name "1" in the first session. The next time when a new session starts a new table should be created let's say "2" in the same database. For the third session it should be "3". All this has to be done dynamically without writing a table name manually in the sql statement. I hope my explanation gives you an idea about my problem.
Since the user is same I can't use name and With the date is also a problem when a user uses more than 1 time in a day. May be I will have to go with the both date and time.
Bookmarks