Book a Demo

Author Topic: Read model via SQL into memory  (Read 2874 times)

Markus Luckey

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Read model via SQL into memory
« on: October 31, 2008, 05:17:48 am »
Hi,

is there any suggestion how to read the whole EA model into a memory data structure by using some SQL Stmts?

The reason is that reading the model via the automation interface is too slow.

Thanks,
Markus

Thomas Mercer-Hursh

  • EA User
  • **
  • Posts: 386
  • Karma: +0/-0
  • Computing Integrity
    • View Profile
Re: Read model via SQL into memory
« Reply #1 on: November 02, 2008, 06:15:35 am »
Reading the model via SQL is quite feasible ... writing it too, but you need to populate something useful and for that you need the automation interface unless you are doing some work entirely outside of EA.  That's possible, but carries obvious dangers.