Consultor Eletrônico



Kbase P13808: Using a dynamic buffer to delete a record and receiving erro
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/01/2003
Status: Unverified

FACT(s) (Environment):

Sun Solaris SPARC

FACT(s) (Environment):

Progress 9.1C

SYMPTOM(s):

Using a dynamic buffer to delete a record

Buffer has validation defined in the schema

Table <name> is defined with schema delete validation and may only be deleted by the DELETE statement. (7347)

CAUSE:

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