Where is the SQLite database stored i.e. directory path on windows 7 when created ?
When you call sqlite3_open() you specify the filepath the database is opened from/saved to, if it is not an absolute path it is specified relative to your current working directory.