From:             tqnam at pmail dot vnn dot vn
Operating system: window 2000
PHP version:      4.3.3
PHP Bug Type:     Informix related
Bug description:  How can get lvarchar

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] 

-- 
Edit bug report at http://bugs.php.net/?id=25424&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25424&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25424&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25424&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25424&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25424&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25424&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25424&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25424&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25424&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25424&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25424&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25424&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25424&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25424&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25424&r=gnused

Reply via email to