ID: 14262
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old Summary: field name in select results strange characters
Status: Assigned
Bug Type: ODBC related
Old Operating System: Linux 6.1
Operating System: Windows2000
PHP Version: 4.0.6
Old Assigned To: dank
Assigned To: kalowsky
New Comment:
When assigning a bug to a developer, use proper name :)
Previous Comments:
------------------------------------------------------------------------
[2001-12-01 12:10:43] [EMAIL PROTECTED]
Re-assigning this to Dan
Derick
------------------------------------------------------------------------
[2001-11-28 05:35:11] [EMAIL PROTECTED]
Yes, I'll look into it (see also the e-mail I sent).
Derick
------------------------------------------------------------------------
[2001-11-28 04:21:18] [EMAIL PROTECTED]
The strange characters displayed were displayed due to an error in our own ODBC
client.
I still have the wish that the field name isn't limited to 32 but is allocated as
needed, but I have no idea how difficult this is to implement.
Marco
------------------------------------------------------------------------
[2001-11-28 02:42:26] [EMAIL PROTECTED]
Okay, I'm on it.
Derick
------------------------------------------------------------------------
[2001-11-28 02:39:44] [EMAIL PROTECTED]
Here it is:
<?
$cnx = odbc_connect("unims","ecw","inter00");
$query = "select 1 as '123456789 123456789 123456789 123456789 ' from
bedryf;";
$qid = odbc_exec($cnx,$query);
echo odbc_field_name($qid,1);
odbc_close($cnx);
?>
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=14262
Edit this bug report at http://bugs.php.net/?id=14262&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]