Write Conflict

G

Guest

My database is linked to an SQL database with ODBC connection.

When I enter any data or change existing data I get a " Write Conflict"
error message that states the data was changed by another user... Then it
asks me if I
want to copy changes to a clipboard.

Since this datbase has not gone to production yet, I deleted all the records
out of it through SQL.
I have even created a new database and linked the tables to test what the
problem could be. I get the same message no matter what...

What couses this message " Write Conflict"?????

Suggestions please...
 
G

Guest

I had this problem few times and it use to drive me crazy, in the end I
realized that the fields that were causing the problem were the True/False
fields, I had to change the field type from True/False to Small int, and the
problem was solved.

I don't know if that the cause of your problem, but it a Suggestion
 
G

Guest

Yes that worked...

Why - I do not know - will I remember it - after today YES...

Thanks
 

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