Вход на сайт
Tabelle exklusiv öffnen
263 просмотров
Перейти к просмотру всей ветки
toptop знакомое лицо
в ответ Pupsjara 09.08.06 10:42, Последний раз изменено 11.08.06 16:18 (toptop)
Да, похоже, ADO виноват.
При открытии RecordSet возможны 4 типа блокировки.
Locking Type Constant Value Description
Read Only adLockReadOnly 1 Frees up system resources by preventing locks on records. However, this results in a read-only recordset.
Pessimistic adLockPessimistic 2 Locks a record the moment you begin editing it, and does not unlock the record until you call the Update method.
Optimistic adLockOptimistic 3 Momentarily locks a record only when the Update method is called.
Batch adLockOptimisticBatch 4 Used for batch updates.
Судя по названию пакетной константы, она тоже не запирает таблицу полностью.
Тут сцылка. http://www.microsoft.com/technet/scriptcenter/resources/officetips/nov05/tips110...
Удачи.
При открытии RecordSet возможны 4 типа блокировки.
Locking Type Constant Value Description
Read Only adLockReadOnly 1 Frees up system resources by preventing locks on records. However, this results in a read-only recordset.
Pessimistic adLockPessimistic 2 Locks a record the moment you begin editing it, and does not unlock the record until you call the Update method.
Optimistic adLockOptimistic 3 Momentarily locks a record only when the Update method is called.
Batch adLockOptimisticBatch 4 Used for batch updates.
Судя по названию пакетной константы, она тоже не запирает таблицу полностью.
Тут сцылка. http://www.microsoft.com/technet/scriptcenter/resources/officetips/nov05/tips110...
Удачи.