ID:               33089
 Updated by:       [EMAIL PROTECTED]
 Reported By:      koyote at task dot com dot br
-Status:           Open
+Status:           Bogus
 Bug Type:         InterBase related
 Operating System: Windows Xp
 PHP Version:      5.0.4
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

RTFM: http://www.php.net/ibase_connect 
(the 4th 'Note:' paragraph)



Previous Comments:
------------------------------------------------------------------------

[2005-05-21 10:26:06] koyote at task dot com dot br

Description:
------------
I have a table of cities and some of then have accent, like Araxá .
If i make a normal sql SELECT * FROM CITIES
where have ID, NAME and STATE. The function starts to collect from the
database and print in the screen. But when it reads a city that have
accent it stops and generates a Warning.
I had search a lot in the internet and i couldnt find anything about
it. I think that ibase have problems to read accent in Interbase
Databases.


Reproduce code:
---------------
 <?php $result[$i] = ibase_fetch_row($this->sth); ?>

Expected result:
----------------
It should return a string with all the values from each field of the
row.

Actual result:
--------------
PHP Warning: ibase_fetch_row() [function.ibase-fetch-row]: arithmetic
exception, numeric overflow, or string truncation Cannot transliterate
character between character sets in
C:\Inetpub\wwwroot\croquiteca\banco.php on line 45 


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33089&edit=1

Reply via email to