Kbase P12131: Error 49 when using ESQL/C
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/06/2003 |
|
Status: Unverified
SYMPTOM(s):
Error 49 when using ESQL/C
SYSTEM ERROR: Memory violation. (49)
Strack trace from ESQL/C executable reads:
scdlg()
do_trans()
sqlcommit()
CAUSE:
A non-initialized string variable in customer's C code was causing the memory violation.
FIX:
Initialize the string variables that should be initialized.
You may have to set up debugging and trace modules in your C code.