Subject | Re: [firebird-php] Warning: ibase_query() |
---|---|
Author | Jochem Maas |
Post date | 2005-12-10T00:00:33Z |
anna_ppalm wrote:
> I do not know what is going on, but this is the 4th time I post ayour DB is all WIN1252
> message, maybe this time it will show up.
>
> I need help, this is the error.
>
>
> Warning: ibase_query() [function.ibase-query]: arithmetic exception,
> numeric overflow, or string truncation Cannot transliterate character
> between character sets in
>
>
> I am using WIN1252 and so accents should not be the problem.
>so what is this: ISO8859_1 ?
> Here is the data: Neurocirurgia (Cirurgia do CĂ©rebro, Medula e Nervos)
>
>
> here is the code:
>
> $strconnect = '//D/MYDB.fdb';
> $connection=ibase_connect
> ($strconnect, 'USER','PASS','ISO8859_1', '100', ') ;
>
> $query = "INSERT INTO parc_nome (TITULO_MED,NOME,COMPANHIA)
> VALUES ('$TITULO_MED','$NOME','$COMPANHIA')";
> $result=ibase_query($query,$connection);
>
>
> Any clues ????
>
>
> Anna
>
>
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>