Browse Source

- Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query())

PEAR_1_4DEV
foobar 23 years ago
parent
commit
c77c0269ea
  1. 2
      ext/informix/ifx.ec

2
ext/informix/ifx.ec

@ -923,7 +923,7 @@ EXEC SQL END DECLARE SECTION;
}
len++;
EXEC SQL SET DESCRIPTOR :descrpid VALUE :i
EXEC SQL SET DESCRIPTOR :i_descrpid VALUE :i
DATA= :char_tmp,
LENGTH= :len,
INDICATOR= :indicator,

Loading…
Cancel
Save