Warning: Be very careful using this method to directly update your Sparx EA repository. Most objects in the Sparx EA repository requires updates to multiple tables in the underlying database, unless you know what you’re doing I strongly suggest using the API to do additions and updates in your repository…. Read more »
Warning: I typically only use the method described in this post for TaggedValues, almost every other “add” to the Sparx EA repository requires additions to multiple tables in the underlying database, unless you know what you’re doing I strongly suggest using the API to do additions and updates in your… Read more »
EARecordset is a Script Library I’ve created to let me more easily work with Recordsets (XML structures) returned by Sparx EA queries. One of the key features of Sparx EA is the ability to directly query the repository using SQL to pull information for reports and to export. Sparx EA’s… Read more »