Subject | Re: Charset in PHP? |
---|---|
Author | yartax1 |
Post date | 2007-04-09T08:04:53Z |
--- In firebird-php@yahoogroups.com, Milan Babuskov <milanb@...> wrote:
ibase_fetch_object() [function.ibase-fetch-object]: arithmetic
exception, numeric overflow, or string truncation Cannot transliterate
character between character sets".
In my DB there is no charset set, need to be set?
regards.
>I've tried many charsets any all reported "Warning:
> yartax1 wrote:
> > I have a query like this in PHP:
> > $sql = "Select * from employee where surname like '%Ñ%'";
> >
> > Well, this character is right in spanish, but PHP get no results. But
> > If I do the same query within a an external app (like IBConsole or
> > similars) I get estimated results (some rows).
> >
> > I suppose that the problem is in PHP configuration, but I'm not sure.
> > Anybody can help me please?
>
> Did you specify the charset (WIN1252, ISO8859_1, ...) in your
> ibase_connect call?
>
>
> --
> Milan Babuskov
> http://www.guacosoft.com
> http://www.flamerobin.org
>
ibase_fetch_object() [function.ibase-fetch-object]: arithmetic
exception, numeric overflow, or string truncation Cannot transliterate
character between character sets".
In my DB there is no charset set, need to be set?
regards.