Is any alternate method to access database if database is lock?

Viewed 49

Is any other way to access database if it is locked by process?

For example, I want to access SQLite database of Chrome if browser is open, then it's showing an error "database is locked".

Is any another way to access it?

0 Answers
Related