Browse Source

- oops :)

experimental/new_ui_api
Derick Rethans 24 years ago
parent
commit
fe614114e6
  1. 2
      ext/informix/ifx.ec

2
ext/informix/ifx.ec

@ -774,7 +774,7 @@ EXEC SQL END DECLARE SECTION;
sprintf(cursorid, "cursor%x", IFXG(cursorid));
sprintf(descrpid, "descrp%x", IFXG(cursorid));
EXEC SQL set connection :ifx
EXEC SQL set connection :ifx;
PHP_IFX_CHECK_CONNECTION(ifx);
EXEC SQL PREPARE :statemid FROM :statement;

Loading…
Cancel
Save