i have one database, with three tables. My programm (c++) tries to 
create the tables every time it writes into them, but that shouldnt do 
any harm.
the problem is now, that i find data from one table written into another 
table. i start my programm several times at the same time, but if i 
understand it correctly, sqlite has no problem with this (locking when 
writing and so on). i am not sure if it was always the same data in the 
wrong table, for i changed my programm after every try, and it writes 
much data.
the statements are executed by sqlite3_exec
does somebodey know, what causes this?
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to