Three new How-To articles in Geodatabase SDK
For all geodatabase developers out there, we’ve added three new how-to articles to the online SDK:
How to use edit sessions: The in’s and out’s of editing a geodatabase are explained in this article, and supported with several code examples. It includes an introductory section on the basics of edit sessions and edit operations, useful patterns such as how to handle errors that occur while editing, and information about handling more advanced scenarios, like how to reconcile changes at the end of an edit session after the version has been redefined.
How to query geodatabase properties: This article discusses how to use several interfaces in the Geodatabase API that allow developers to query geodatabases for properties such as whether or not certain functionality is supported, what release the geodatabase is, and supported configuration keywords.
How to work with rules and validation: The application of attribute, connectivity and relationship rules are discussed in this article, along with an overview of programmatic validation.