Subject | Default value |
---|---|
Author | Marcello Fontolan |
Post date | 2004-02-27T02:10:36Z |
Hi,
I have create the domain above and use it on all fields that
represents a money VALUE.
If I insert a new record using IBExpert (for example), the default
value is stored on NULL values but inserting from Delphi a NULL value is
stored.
Does I'm doing something wrong?
CREATE DOMAIN VALOR AS
NUMERIC(15,2)
DEFAULT 0
Thank you all!
--
..::
Marcello Fontolan
marcello@...
::..
I have create the domain above and use it on all fields that
represents a money VALUE.
If I insert a new record using IBExpert (for example), the default
value is stored on NULL values but inserting from Delphi a NULL value is
stored.
Does I'm doing something wrong?
CREATE DOMAIN VALOR AS
NUMERIC(15,2)
DEFAULT 0
Thank you all!
--
..::
Marcello Fontolan
marcello@...
::..