Tagged Questions
1
vote
1answer
79 views
How to update a value in an ArcSde table using ArcMap's VBA
First of all, I want to update a table, not a feature class (no geographical information).
I tried the following
Public Sub updateInSql(tableName As String, whereClause As String, field As String, ...