Author Topic: Search an element in all the repository  (Read 2229 times)

luciene

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Search an element in all the repository
« on: April 19, 2007, 06:04:42 am »
Hi all,

How could I search an element by name, but searching all EA repository, independent of which Root?

Tkanks,

Luciene Vieira

thomaskilian

  • Guest
Re: Search an element in all the repository
« Reply #1 on: April 19, 2007, 10:56:52 am »
A search is always per repository, independent of the number of roots. If you have a repository with more than one root, all of them are being searched.

luciene

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Search an element in all the repository
« Reply #2 on: April 19, 2007, 11:16:31 am »
Ok, but How search an element by name, searching all EA repository? What’s the command? How I make this?

Thanks,

Luciene

thomaskilian

  • Guest
Re: Search an element in all the repository
« Reply #3 on: April 19, 2007, 02:28:49 pm »
You can't, as I said. Any SQL can execute only on one database, aka Repository. If you want to search over many repositories you have to write an add-in or an external program.