Hi !
As far as i understand this you are trying to:
1. Set the default value for KALAN to 0
> "KALAN" Float (20) NOT NULL DEFAULT
> 0.0000000000000000000E+00,
2. Set a conatraint that says that KALAN has to be greater then 0.
> CONSTRAINT "KALAN_LOT_TAKIP" CHECK ("KALAN" > 0),
So the default value 0 does not conform to the constraint, this will not
work. You could set the constraint to >= 0. (or do not set a default
value of course)
hope this helps - regards - Hermann
--
Hermann Mundprecht
IT-Consultant
Email: [EMAIL PROTECTED]
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]