UPDATE [POINTS] SET AXF_TIMESTAMP = GETDATE(), AXF_STATUS = 16777218;
Dim objLayer, objDS Set objLayer = Map.Layers("POINTS") Set objDS = objLayer.DataSource Dim strsql strsql = "insert INTO [POINTS] (AXF_TIMESTAMP, AXF_STATUS) VALUES (GETDATE(), 1)" objDS.Execute strsql Map.Refresh(True) Set objLayer = Nothing Set objDS = Nothing
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.