J
juvi
Hello,
I have got some troubles with my access database in respect to performance
and locking (concurent editing):
I have splitted my database into a frontend and to a backend (backend is on
a server) ... the database performs a little bit slow but there are max 10
users on the database...and I make my INSERTs and UPDATEs against linked
tables from the backend...through DoCmd.RunSQL "..."
Today was the first time that the backend database was locked and nobody was
able to make INSERTs/UPDATEs only SELECTs...in the path where the backend
database is stored there was no *.ldb created but something locked it....what
could be the reason for that? Hope that somebody can help me...
thx
juvi
I have got some troubles with my access database in respect to performance
and locking (concurent editing):
I have splitted my database into a frontend and to a backend (backend is on
a server) ... the database performs a little bit slow but there are max 10
users on the database...and I make my INSERTs and UPDATEs against linked
tables from the backend...through DoCmd.RunSQL "..."
Today was the first time that the backend database was locked and nobody was
able to make INSERTs/UPDATEs only SELECTs...in the path where the backend
database is stored there was no *.ldb created but something locked it....what
could be the reason for that? Hope that somebody can help me...
thx
juvi