Do multiple threads in a console app have the same protection they do with multiple sessions in a web app when using SQLite?
that is a darn good question. I never thought about it.
what protection?
each thread should have it’s own connection, shouldn’t it?
I was referring to the protection against write conflicts provided by having separate connections in a web app and wanting to know if that works in a console app also. If so, does it also work for desktop apps?