Book a Demo

Author Topic: load/save data from/to repository  (Read 4050 times)

cpelster

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
load/save data from/to repository
« on: March 29, 2007, 12:44:26 am »
Hi,

i'm currently writing a plugin that needs to store information, what is the EA way to do this?
is there in interface to read/write to the ea-project file/db?

regards,

  christian

thomaskilian

  • Guest
Re: load/save data from/to repository
« Reply #1 on: March 29, 2007, 01:17:30 am »
I'd say the EA automation interface does this. Read the manual and help files. There's a sample distributed with EA that you can take as starter.

cpelster

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: load/save data from/to repository
« Reply #2 on: March 29, 2007, 02:34:29 am »
hi,

i'm already working with the automation interface, but can't find a way for the following scenario:

i want to edit the transformations stored in the database, somthing like: give me all transformation templates having "my_transformation" as name.


regards,

 christian

thomaskilian

  • Guest
Re: load/save data from/to repository
« Reply #3 on: March 29, 2007, 07:26:59 am »
Hu? There is no direct way to access them, except via some SQL. But I have no idea in which table they are stored. Can you tell for what purpose you need them?