vba - What's the error number for "'The database engine could not lock table"? -


what's error number "the database engine not lock table..." in access? have intermittent fault it's hard reproduce (it occurs when 2 people open database @ exactly same time) want build in error handling, can't find error number listed anywhere.

sounds error 3211

you can double-check message template error in immediate window:

? accesserror(3211) database engine not lock table '|' because in use person or process. 

Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -