On 4 Apr 2013, at 8:16am, Pratik Patodi <pratik.patod...@gmail.com> wrote:

> The object file is ready for use but, I can figure out where the database
> is actually getting stored.
> I mean that when, I run the sqlite3 object file and then the command:
> *.database*  I get these database:
> 
> seq  name
> file
> ---  ---------------
> ----------------------------------------------------------
> 0
> main
> 1    temp
> 
> If, I enter some records here it gets into temp table and after exit when,
> I tired to see those records they are gone.
> How to build permanent database and add records to it.

See these instructions and examples on how to use the shell tool:

<http://www.sqlite.org/sqlite.html>

It uses whatever database you specify on the line where you start the tool:

prompt> sqlite3 ~/Desktop/test.sqlite

C:\ > sqlite3 C:/USERS/PRATIK/TEST.SQLITE

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to