suppressing a write conflict

D

Danny J. Lesandrini

I don't know that you can, but you might be able to prevent it.

Is your data stored in SQL Server? Add a TIMESTAMP field to each table

Is your code changing things behind the scenes? (Updating EditDate, for example)
Then add Me.Dirty = False after such calls
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top