Subject Re: [firebird-support] Use of double quoted names in Firebird
Author Ivan Prenosil
"Kjell Rilbe" wrote:
> Might be true. I know I was unable to use Swedish letters åäö in my
> identifiers via any of the client tools I tried: Marathon, FlameRobin,
> IB_SQL, ... Don't remember the details though.

If national characters in identifiers and case sensitivity are so necessary
for Swedish, I wonder how can you use Delphi ?
Delphi is case insensitive, and can't use national characters
in identifiers at all. In Firebird you have the choice of using (standard)
delimited indentifiers to achieve case sensitivity.

What would you do if you want e.g. persistent fields objects
to be named according to database objects - is not it a mess
to use national characters for database objects, and not for
Pascal objects ?

Ivan