Runtime error 3211

  • Thread starter Thread starter Diogo
  • Start date Start date
D

Diogo

OK people I get this message:

"The database engine could not lock table 'Tabel XXX' because it is already
in use by another person or process"

This would all be fine if I had not split the database into front-end and
back-end, to allow multiple useres to write to the same table at the same
time...

Among other features I belive that is what spliting a database is for... or
am I wrong???

Could someone shed some light? I realy need multiple simultaneos users to be
able to write to the same table.
 
Hi,
to split database is always a good idea for multiuser environment, but looks
like you have a locking issue. Check Record Locks property of opened forms,
normally it should be "No Locks" there, unless you really require this

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
 
Back
Top