ThinkGeo.com    |     Documentation    |     Premium Support

Editing ColumnValues

Hi!

I’m trying to update an existing feature from PostGIS.

I’m setting the values like

    …

    theUpdateFeature.ColumnValues(column) = newColumnValue

    …

    Layer.EditTools.Update(theUpdateFeature)
    singleTransActionResult = Layer.EditTools.CommitTransaction()




The update fails because of an incorrect date value which is “” = string.empty.



How to update a feature with NULL values for attributes defined as date in underlaying database?



Regards

Hardy

Hi Hartwig,



We are building a Postgre data base in our end and also we are doing the research to see if there is a way to pass the "null" literal string in Postpgre statement.



I will update here if any progresses.

Thanks,

Troy