Subject | Re: [firebird-support] collate problem |
---|---|
Author | Martijn Tonies |
Post date | 2003-07-17T08:18:58Z |
Raymond,
Why not use the proper collate syntax?
"Name" Char(30) character set iso8859_1 COLLATE DE_DE
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
> > > The author, David Schnepper, requested that I look into what'sany
> > > required for him to update it to be compatible with 1.5, but no-one
> > > has replied to my request for help yet.
> >
> > I've contacted Dave a long while ago and we both think there won't be
> > issues with v1.5 and ibCollations. You just need to rename the libraryto
> > fbintl2.dll.Ehm, actually both of these should return a syntax error.
> >
> Dmitry,
>
> I've just tested this and when I run in IB Expert:
>
> create table T2
> (
> "Name" Char(30) character set iso8859_1 BETA_DE_DE_NOCASE
> );
>
> I get the message:
>
> The operation is not defined for system tables.
>
> The following is accepted:
>
> create table T2
> (
> "Name" Char(30) character set iso8859_1 DE_DE
> );
Why not use the proper collate syntax?
"Name" Char(30) character set iso8859_1 COLLATE DE_DE
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com