Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: A que se debe este error ?


  • From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
  • To: MIGUEL CANCHAS <mcanchas(at)tsr(dot)com(dot)pe>
  • Cc: pgsql-es-ayuda(at)postgresql(dot)org
  • Subject: Re: A que se debe este error ?
  • Date: Fri, 29 Feb 2008 16:11:19 -0300
  • Message-id: <20080229191119(dot)GK4673(at)alvh(dot)no-ip(dot)org>

MIGUEL CANCHAS escribió:
> ERROR: character 0xe280ba of encoding "UTF8" has no equivalent in "LATIN1"
> SQL state: 22P05
> 
> A que se debe este error ?

Significa que estas tratando de insertar un caracter que no existe en
Latin1.

> NSERT INTO mcolores (tipo_th, idten, idgama, idtono, correl_color,
> conta_color, idcolor, nomcolor, idproceso, fecha_color, lote_color,
> idopera1, idopera2, idopera3, iddesarrollo, itdesarrollo, estado_color)
> VALUES ('T', '2', '3', '3', '0456', '007', 'T2330456007', 'SQUEAKER RX',
> NULL, '2004-07-03', '554', NULL, NULL, NULL, '54', '', '2');

La parte importante es qué carácter estas insertando que no sea Latin1,
y aquí sólo veo ASCII ...

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group