Subject | Re: [firebird-support] fake boolean problems |
---|---|
Author | Alexandre Benson Smith |
Post date | 2005-03-17T20:04Z |
Clay Shannon wrote:
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 15/03/2005
><< Can you insert then 'T' or 'F' value direct using any SQL tool ???>>How is declared the SP ?
>
>Yes, it works fine in DBWB
>
><<Did you put any check constraint on that domain ?>>
>
>The client uses the same charset on connect ? (I don't think this will
>be a problem but have a look)CREATE DOMAIN D_BOOLEAN AS
> CHAR(1)
> DEFAULT 'F'
> NOT NULL
> CHECK (VALUE IN ('T', 'F'))
> COLLATE NONE;
>
>Clay Shannon,
>Dimension 4 Software
>
>
>
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 15/03/2005