On 6/18/2012 4:53 PM, deltagam...@gmx.net wrote:
BTW, if i go through the programm with the debugger, there is nothing
written in the sqlitedb.
Why ?
Im using mscv 2010

Something is written to the DB, but to a different one from the one you are looking at. You are using a relative path to the DB file, which means it's relative to the current working directory. Unless you explicitly specify otherwise in project settings, the current working directory is different when starting the program under debugger vs. when you start it without.

I predict you'll find two files named ah.db in two different directories.
--
Igor Tandetnik

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

Reply via email to