Page 1 of 1

CustomConstraint and MyDAC

Posted: Thu 09 Aug 2007 19:15
by m227
Is CustomConstraint for any field of the Table supported by MyDAC components?
I.e. I'd like to check if value inserted in a field is in range of 1-10 (i put CustomConstraint for that field: x > 0 and x 10 then
raise Exception.Create('...');
end;[/code]

Posted: Fri 10 Aug 2007 12:22
by Ikar
You are right. This behavior is not implemented in the current MyDAC version. Maybe we will add this feature in the next MyDAC version.