Milton Centeno wrote: > > I'm new to sqlite. The command "sqlite3 test.db" and "sqlite3 ex1" as listed > in the getting started guide on the website do not appear to work for me. > What are the commands to simply create a database in sqlite and how to exit > when in the "---->" prompt? Thank you. >
Those commands should work as shown, what makes you think they are not working? To exit type ".quit" at the "sqlite>" prompt. When you see the "...>" prompt, you have entered a partial command and the program is waiting for more input to complete the command. You can enter a semicolon ";" to complete the commnad (which will likely generate an error message), and return to the "sqlite>" prompt. HTH Dennis Cote _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users