I have a table "Addresses" and the Feature "streets". The feature "Streets" are lines.
I need to do a relation with this table with this feature. What I do?
I tried built a "relationship class". The type is "1-M". It is the line of a street with the table of a adress. But happens an error. I can“t split the line of a street. Anyone knows how to fix it?
That is the error: "The feature could not be split. The field is not nullable."
I found the error "FDO_E_FIELD_NOT_NULLABLE" description on a ESRI site. But they dont told how to fix it. This is the link: http://edndoc.esri.com/arcobjects/8.3/ComponentHelp/esriCore/fdoError.htm
I need the relationship and to split the streets! How to solve/fix this error?
