
10-26-2001, 10:45 PM
|
 |
Mostly Harmless?
Retired Moderator * Expert *
|
|
Join Date: Jun 2001
Location: Western Illinois, USA
Posts: 2,398
|
|
Re: ADO Errors
|
I get that error to on occasion. I finally tracked it down to the fact that a user was accessing the same table as another user at the same time. The best solution I came up with was to trap the error then retry the operation again in a couple of seconds. As an aside though, make sure to close your connections, recordsets and what have you as soon after completing an operation. Otherwise the database could remain in this state for quite awhile.
|
__________________
Don
"So long and thanks for all the fish.'" - Douglas Adams.
|