Subject | Warning: ibase_query() |
---|---|
Author | anna_ppalm |
Post date | 2005-12-09T19:36:22Z |
I do not know what is going on, but this is the 4th time I post a
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.
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
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.
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