I develop a three tiers application in VB6 and I have a big question.
Where have I validate input data: in the form code or in the business object cod?
I have only to validate the type of data and if the data is filled - for the fields that can’t be null.

Thanks