yeah, if you just enter sqlite3 then it creates an in-memory database, to create a working and existing database, enter "sqlite3 test.db" at the C:\ prompt. Example "C:\> sqlite3 test.db" Ignore my comment on the Ctrl + C, if you're seeing the ---> then it's waiting for a semi-colon ";".
Thanks >> Thank you for your response. >> >> at the sqlite> prompt I enter sqlite3 test.db then I get ...> >> entering .databases gives me another ...> >> If I hit the Ctrl C it exits and closes the prompt window. > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users