Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Michael Proske on March 09, 2012, 10:07:20 pm

Title: Insert images by API
Post by: Michael Proske on March 09, 2012, 10:07:20 pm
Is there a way to upload images to the repository or project via automation interface ?
Title: Re: Insert images by API
Post by: qwerty on March 10, 2012, 01:07:26 am
I've done that through the EA-usual backdoor: figure out the DB connection, open the DB and perform an INSERT INTO t_images with appropriate values.

q.
Title: Re: Insert images by API
Post by: Michael Proske on March 12, 2012, 02:55:03 am
Can you post the insert statement and how to code the images in the database
Title: Re: Insert images by API
Post by: qwerty on March 12, 2012, 09:56:03 pm
http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1326813756/10#10

q.
Title: Re: Insert images by API
Post by: Michael Proske on March 12, 2012, 10:53:20 pm
Thanks. I did not search for the other topic