I have code that inserts, updates, and deletes records
from an Access 2002 table using OleDbCommand and
OleDbConnections. Everything works great until I place
the Access database on the network and more than one
person launches the application. Everyone can still
insert and delete but not update (using the custom app).
Any ideas?