Chris Schnaars <cschna...@gmail.com> wrote: > Is there a way to specify where sqlite3 should save database files? I am > just starting to play with sqlite3 on a Windows box, and the utility always > puts the files in a Local Settings folder. I haven't been able to find a way > to change this behavior.
You can specify a full path to the file. If you don't, it's interpreted as a path relative to the current directory (which you can change with 'cd' command prior to running sqlite3). Most command-line utilities behave this way, it's not unique to SQLite. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users