Subject | Re: case insensitive Database |
---|---|
Author | buppcpp |
Post date | 2005-06-01T23:58:09Z |
> Err... the good answer may have to wait for Firebird 2.0. Thereare
> case insensitive collations for ISO8859-1 (that's the characterset you
> want, I suspect). The problem is integrating case insensitivityinto
> all the string comparisons and functions ... Peter Jacobi wrotepoint.
> collations that are case insensitive, which might be a starting
>the
> The collation chosen has no effect on data representation - that's
> character set - and a case insensitive collation has no effect onindex
> size, as compared with a case sensitive but dictionary stylecollation.
>Will the database every have a default collation like it does with
> Regards,
>
>
> Ann
character sets, so that you don't have to manually add it to every
string field?
Or am I mistaken in what I just said?
Thanks