The BUFFER-DELETE() method cannot be used against a buffer

Обсуждение вопросов по разработке программ в среде продуктов копорации "Progress Software"
MaksimZ
Старожил
Сообщения: 433
Зарегистрирован: 08 авг 2005, 15:24
Откуда: Рыбинск. Ярославская область

The BUFFER-DELETE() method cannot be used against a buffer

Сообщение MaksimZ » 24 июн 2013, 17:45

The BUFFER-DELETE() method cannot be used against a buffer that has
validation defined in the database schema as this validation must be
compiled into the .r code and the BUFFER-DELETE() is done at runtime

FIX:

Remove the validation from the database schema


Предлагается менять схему базы данных, которая у нас тянется аж c 6 версии. Может быть есть какие-либо обходные пути?