Kbase P67812: Creating database triggers using dynamic buffers
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/03/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
OpenEdge 10.x
SYMPTOM(s):
Creating database triggers using dynamic buffers fails
Dr. Watson with Exception number: c0000005 (access violation)
function: kmdel FAULT ->1018fab6 8b4014
**_File-Trig._File-Recid is mandatory, but has unknown(?) value
CAUSE:
User error: Application coded to try to release empty buffer for _file-trig table
FIX:
Make sure the dynamic buffer is never empty when releasing it to the database table _File-Trig.
Tests show us that everything is working fine otherwise and that it is possible to use dynamic buffers for creating multiple database triggers programmatically.