When .POST I see EXCEPTION
SQLMonitor:Project clients.exe raised exception class EZDatabaseError with message 'SQL Error: ERROR: invalid byte sequence for encoding "UTF8": 0x00
HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".'. Process stopped. Use Step or Run to continue.
This error appeared after installing 8.4, on 8.3 is worked.2009-08-03 14:04:00 cat: Execute, proto: postgresql-8, msg: UPDATE public.clients SET note='{\134rtf1\134ansi\134deff0{\134fonttbl{\134f0\134fnil\134fcharset204 MS Sans Serif;}}
\134viewkind4\134uc1\134pard\134lang1049\134f0\134fs16\134{rtf1ansiansicpg1251deff0\134{fonttbl\134{f0fswissfcharset204\134{*fname Arial;\134}Arial CYR;\134}\134{f1fswissfcharset0 Arial;\134}\134{f2fnil MS Sans Serif;\134}\134}\134par
viewkind4uc1pardlang1049f0fs16\047c1\047e5\047f1\047ef\047eb\047e0\047f2\047ed\047eelang1033f1 lang1049f2par\134par
\134}\134par
\134par
}
\000' WHERE id=5, errcode: 0, error: ERROR: invalid byte sequence for encoding "UTF8": 0x00
HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".
Table:
Delhi 7CREATE TABLE clients
(
id serial NOT NULL,
make timestamp without time zone,
sale timestamp without time zone,
note text,
firstname character(64),
lastname character(64),
sername character(64),
phone character(48),
"Address" character(255),
diler character(64),
sn integer,
unin character(16) NOT NULL,
mac macaddr,
CONSTRAINT clients_sid PRIMARY KEY (id)
)
ZEOS 6.6.5-stable
PSQL 8.4
How do I fix this error?