Hi all,
I have created one table using SQLite by applying
"create table temp (number integer, name text, address text)";
Now i want to know that where the temp file is stored? And also i want to know that how i can save the table when i am working with the SQLite.
If any command of it, tell me and also if you have any material about SQLite give me.
Thanks...



