Subject | Re: Special nordic letters in column names |
---|---|
Author | Milan Babuskov |
Post date | 2007-09-26T17:32:43Z |
> Is there a method to make Firebird accept the special nordic lettersYes, you need to quote them using double quotes.
> (æøå) in column names?
> I'm using iSQL on Linux to create the tables. Hmm, perhaps it's an iSQLI'm not sure whether isql supports utf8 names. Perhaps that's what SET
> problem, and not a Firebird problem??
NAMES UTF8 command is for?
Anyway, you can do it with FlameRobin without any problems. Just use
the quotes and you can put anything inside:
CREATE TABLE t1 ( "My column with wierd chars" integer );
--
Milan Babuskov
http://www.guacosoft.com