Author Topic: [solved] problem with SQL and t_taggedvalues  (Read 3820 times)

stao

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
[solved] problem with SQL and t_taggedvalues
« on: February 01, 2011, 07:09:22 am »
Hi,
i want to implement some methods which searches for taggedValues with specific names on specific elements.
the problem is that it seems that the taggedValues table is always empty?

select * from t_taggedvalue

does not display any finds where as

select * from t_connectortag

displays many finds.

what is wrong?

thanks  

Stao
« Last Edit: February 01, 2011, 09:34:36 am by stao »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8063
  • Karma: +118/-20
    • View Profile
Re: problem with SQL and t_taggedvalues
« Reply #1 on: February 01, 2011, 08:35:27 am »
You're after t_objectproperties.

stao

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: problem with SQL and t_taggedvalues
« Reply #2 on: February 01, 2011, 09:33:58 am »
thank you!