Subject Default value
Author Marcello Fontolan
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@...
::..