|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-09-08 11:06 UTC] sniper@php.net
[2014-05-23 02:29 UTC] favian dot perez74 at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 20:00:01 2025 UTC |
Description: ------------ how can get lvarchar value from table Reproduce code: --------------- $con = ifx_connect(ID,USER,PASSWORD); ifx_textasvarchar(0); // u_address is lvarchar type $stmt = ifx_prepare("Select u_address from customer",$con); ifx_do($stmt); $row=ifx_fetch_row($stmt); $u_address = $row["u_address"]; Expected result: ---------------- $u_address="111 tonducthang" Actual result: -------------- ESQL/C : u_address : unsupported field type[0]