B H <virtualb...@...> writes:

> 
> Downloaded sqlite to desktop.
> ran getting started.
> so where is  my example ex1.
> or How do and where can I save the ex data base and related tables.

As an example, create a directory off your Documents directory named 'sqlite', 
and copy the sqlite3 file into that directory.  From there, if you open up a 
command prompt window and maneuver to that directory and type 'sqlite3 ex1' and 
then create a simple table when you exit sqlite and type 'dir' (assuming M$ 
Windows here), you should see a new file 'ex1' right there.  All your tables 
and such for that database 'ex1' are in that file.




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

Reply via email to