Book a Demo

Author Topic: Importing\Exporting reference data  (Read 2884 times)

kayani

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Importing\Exporting reference data
« on: August 23, 2007, 11:37:20 pm »
Fortunately, EA has provision to load reference data from menu 'Tools/Import reference data' but unfortunately it doesn't have any method in it's exposed automation interface to perform that kind of operations. :( :o
If you got to load these data through automation due to various reasons, you'll find no way to do it. :o

I'm wondering if other people also have run into similar situation. I'll appreciate if you could share your experience/ knowledge.

thomaskilian

  • Guest
Re: Importing\Exporting reference data
« Reply #1 on: August 24, 2007, 12:21:53 am »
We call that EAUI (EA's Unique Interface).

As a workaround you could SQL the according tables. Their structure is quite stable so you likely could live with such a solution for a longer time.