Update a File Geodatabase using an SQL Join

460
1
Jump to solution
02-16-2022 05:49 AM
AnupamKumar
New Contributor

Does File Geodatabase support SQL Join Update Query while using DatabaseClient.ExecuteStatement in ArcGIS Pro SDK. If so can you please send me the syntax for File Geodatabase.

Similar post has been as created for ArcObjects: https://community.esri.com/t5/data-management-questions/update-a-file-geodatabase-using-an-sql-join/...

 

0 Kudos
1 Solution

Accepted Solutions
Aashis
by Esri Contributor
Esri Contributor

 Joins are read-only. You can edit the underlying base table that makes a join and join reflects data changes that are made to the base tables. Code snippets and additional info are on  Join, Snippets.

 

View solution in original post

0 Kudos
1 Reply
Aashis
by Esri Contributor
Esri Contributor

 Joins are read-only. You can edit the underlying base table that makes a join and join reflects data changes that are made to the base tables. Code snippets and additional info are on  Join, Snippets.

 

0 Kudos