Hi guys, i have problem with sqlite3 shell prompt i.e I have created 2 tables called table1 and table2 in sqlite3 shell prompt and also i have imported table1.dat and table2.dat in table1,table2 respectively.If i close the sqlite3 window and open it again it is not showing tables it is giving error as "no such table".
Is there any solution for this? do i need to use any command like "commit" so that if i reopen the sqlite3 prompt it will show my tables.
Plz.. help me.
thanks in advance for ur valuable answers.