Message text | 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. |
|
|