Subject | RE: [firebird-support] Create table NOT NULL and CHARACTER SET |
---|---|
Author | Rick Debay |
Post date | 2006-11-17T20:58:23Z |
Well, the Book (Chapter 13, table 13-1, Domain Overrides) says that I
can.
In my particular case I have a piece of data from a certain source,
where the source sends the data in a different character set than all
other sources. The data type and check contraints are otherwise
identical. Hence the eneed to override.
Rick DeBay
________________________________
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Ivan Prenosil
Sent: Friday, November 17, 2006 12:45 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Create table NOT NULL and CHARACTER SET
?
Use correct domain.
Ivan
can.
In my particular case I have a piece of data from a certain source,
where the source sends the data in a different character set than all
other sources. The data type and check contraints are otherwise
identical. Hence the eneed to override.
Rick DeBay
________________________________
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Ivan Prenosil
Sent: Friday, November 17, 2006 12:45 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Create table NOT NULL and CHARACTER SET
> OK, how about this one:What is the point with using domain with characteristics you do no like
>
> RECREATE TABLE TEST_1
> (
> TST D_TST_DOMAIN CHARACTER SET ASCII COLLATE ASCII
> )
>
> How do you override the character set of a domain?
?
Use correct domain.
Ivan