|
From: <no...@so...> - 2001-12-19 20:49:13
|
Bugs item #495127, was opened at 2001-12-19 10:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=109028&aid=495127&group_id=9028 Category: Data Types/On-Disk Struc(ODS) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Julio Cesar (julio_gyn) Assigned to: Nobody/Anonymous (nobody) Summary: Character Set of System Tables Initial Comment: The character set used on create of system tables d'ont is compatible with brazilian characters (ã, õ, é...) if i use: SELECT RDB$EXCEPTION_NAME, RDB$EXCEPTION_NUMBER, RDB$MESSAGE FROM RDB$EXCEPTIONS raise a exeption: Arithmetic exception, numeric overflow, or string truncation Cannot transliterate character between character sets Statement: SELECT RDB$EXCEPTION_NAME, RDB$EXCEPTION_NUMBER, RDB$MESSAGE FROM RDB$EXCEPTIONS ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-12-19 12:49 Message: Logged In: NO The same with WIN1251 and WISQL32. More, when I tried Metadata - Show - Exceptions, I got "There are no exceptions in this database". If I connect with charset NONE, both query and "show exceptions" works. Being connected via IBExpert with WIN1251 I can see all exceptions without any problems. Maybe it's tool problem, IBExpert don't use second connection to get user defined exceptions. Server LI-T6.2.659, client WI-T6.2.632. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=109028&aid=495127&group_id=9028 |