I created an SDE view between a point feature class and a table (stored in SDE) - the join is done on a text field called RFRNC. I changed the view so that it is now a LEFT OUTER JOIN in line with this doc:
Problem is - when create a row in my flat table in the RFRNC column with a value I know exists in the featureclass - it never shows up or updates in the view - what is going on here? Any ideas greatly appreciated.