ksnake wrote:
It's an error dumped by ASP. Database timeout means a database update -- record add, update or delete -- was attempted, but failed. It is not instant, but it keeps trying until it "times out". Time outs typically happen because some other process was also attempting to mess with the same record, and it is not good for a database to have two different processes modifying the same record at the same time.
yes, I know all of these thinks
but I think is difficult that someone else was trying to modify the record I was still inserting
And it happens quite often |