Android SQLite read while writing -


it's possible read data when database open through databasehelper , there process writting it? minimum api application 7.

basically writing or reading taking micro-seconds. don't have worry doing concurrent tasks because android operating system , has defined processes handle these type situations.

if providing explicit lock on database wouldn't effect select query. yes! if trying write while write operation going have problem. select queries doesn't create problem.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -