Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.04.28;
Скачать: CL | DM;

Вниз

TQuery.Post   Найти похожие ветки 

 
Leviathan ©   (2003-04-08 22:30) [0]

При вызове TQuery.Post получаю сообщение "the table is read-only". А как можно разблокировать таблицу?


 
Johnmen ©   (2003-04-08 22:58) [1]

Блокировки непричем. Да и есть ли они для данного типа БД ?
см. RequestLive и читай хелп про обновляемые НД...


 
Карелин Артем ©   (2003-04-09 08:25) [2]

Запрос видимо возвращает не все поля.
Если уж очень хочется, то смотри инфу по компоненту UpdateSQL.
Specifies the update object component used to update a read-only result set when cached updates are enabled.

property UpdateObject: TDataSetUpdateObject;

Description

Use UpdateObject to specify the TUpdateObject component to use in an application that must be able to update a read-only result set returned by the Borland Database Engine (BDE).

The BDE always attempts to provide an updateable, or “live” query result unless an application specifically requests a read-only view of data. In some cases, such as a query made against multiple tables, a live result set cannot be returned. In these cases, UpdateObject can be used to specify a TUpdateSQL component that performs updates as a separate transaction that is transparent to the application.


 
Matviiv   (2003-04-09 09:29) [3]

Посмотри на свойства файла базы. Может у него атрибут только для чтения.



Страницы: 1 вся ветка

Текущий архив: 2003.04.28;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.012 c
3-91220
pasha_golub
2003-04-09 18:18
2003.04.28
Неверный результат выполнения запроса


1-91250
Light
2003-04-14 18:48
2003.04.28
Проблема с RichEdit


14-91479
Карелин Артем
2003-04-09 12:50
2003.04.28
Весна на улице. Птички летают.


6-91441
RUS1
2003-03-05 08:49
2003.04.28
Использование массивов переменной длинны при работе с Socket


3-91197
skirdov
2003-04-10 10:21
2003.04.28
Ввод даты в dxDBGrid