Board index » delphi » Error Delphi5 with sql server 2000

Error Delphi5 with sql server 2000

Hi,

I am using delphi 5 with ADO acessing SQL SERVER 2000 when I will record one
new data this showing the following message:

CODE PAGE TRANSLATION ARE NOT SUPORTED FOR THE TEXT DATA TYPE FROM 1252 TO
850.

I find this error happen because the field in the table is type TEXT.

Thank you.

--
Marcos Ricardo Seki
MPM Software
marcosrica...@mpmsoft.com.br
marcoss...@bol.com.br
ICQ = 82711029

 

Re:Error Delphi5 with sql server 2000


I havent run into it, but as a last resort try to use a convert function in
your SQL text, I use that for custom data types sometimes.

Quote
"Marcos" <marcoss...@bol.com.br> wrote in message news:3b73eb7e_1@dnews...
> Hi,

> I am using delphi 5 with ADO acessing SQL SERVER 2000 when I will record
one
> new data this showing the following message:

> CODE PAGE TRANSLATION ARE NOT SUPORTED FOR THE TEXT DATA TYPE FROM 1252 TO
> 850.

> I find this error happen because the field in the table is type TEXT.

> Thank you.

> --
> Marcos Ricardo Seki
> MPM Software
> marcosrica...@mpmsoft.com.br
> marcoss...@bol.com.br
> ICQ = 82711029

Other Threads