]> granicus.if.org Git - php/commitdiff
MFH: - Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query())
authorfoobar <sniper@php.net>
Thu, 11 Sep 2003 23:51:14 +0000 (23:51 +0000)
committerfoobar <sniper@php.net>
Thu, 11 Sep 2003 23:51:14 +0000 (23:51 +0000)
ext/informix/ifx.ec

index 6864ae1ff747ae8b3557328c4f65e8edec82e633..69b15aa8c5dd488f1e45204c3d517ff8ac2a0868 100644 (file)
@@ -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,