Informix Error -4026
-4026 Member "name" is already defined in base class "class".
A derived class inherits all the members of its base classes. You cannot add a member that has the same name as a member from the base class.
A derived class inherits all the members of its base classes. You cannot add a member that has the same name as a member from the base class.