Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Mario Rodriguez Jaen on July 25, 2011, 09:06:20 pm
-
Just wondering, if I create an add-in, would I be able to use for EA models stored in a database?
thanks,
Mario
-
Hu? All EA models are stored in a database. EAP=M$Access which is kind of a database.
q.
-
Yes, I need to explain.
I was referring to a model stored in a central database, like Oracle. If the content is stored in a database server, how is the add-in going to behave when I try to access an element of a folder?
For models stored in a central database, I see some delay when expanding a folder. I was wondering if there are any limitations if you need to develop an add-in.
Thanks,
Mario
-
In general, EA's API should insulate you from any differences at the database level as long as you are not making any direct SQL calls yourself. I can't think of any instances where you should need to perform any special handling in your add-in based on the repository type.