hI all

I'm trying to delete a record from an access database using ado.net. I can delete only records that have not been added during the program run time. In other words, I cant delete records that I have just added. It gives me this error message "Concurrency violation: the DeleteCommand affected 0 records". Any suggestions? Thanks in advance.