I used to prevent empty strings for a field in InterBase by set a file to not null but in firebird it is different of the user type any thing in the file and then save and then delete that string the fiel will be store empty string no null and setting the field to no null will not prevent that action
Is there a way to prevent the user to enter empty string from the database side ?
thanks
You can use trigger like this