CustomConstraint and MyDAC
Posted: Thu 09 Aug 2007 19:15
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]
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]