Book a Demo

Author Topic: Q: Where to find notes in database of StateFlow  (Read 2496 times)

JanK

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Q: Where to find notes in database of StateFlow
« on: June 08, 2007, 07:32:23 am »
Hi gurus,
i created a state machine diagram and i am using stateflows between the states. I can define notes in the stateflow properties using the general tab.

I am trying to read the notes in the database repository. I tried 'select name, notes from t_connector' but the notes field is empty.

Where can I find the notes in the database? Which table, which field?

Every input is highly appreciated.

Best Regards
jan

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Q: Where to find notes in database of StateFlo
« Reply #1 on: June 08, 2007, 11:41:47 am »
Hi Jan,

You're getting strange results for some reason. I just created an empty model, added a state chart with two states with a state flow between them. I added a note to the state flow, and exited.

On opening the EAP file with MS Access, then looking in t_connector, there's the connector (all alone), with my note in the notes field.

Make sure you are actually saving the note - yes, I know you are, but it must be going somewhere. Also make sure you aren't adding the note to a constraint or something.

Finally, where did you enter your query? Perhaps something is broken on the query end of things, and the appropriate bug report needs to be sent.

David

[NB: I used build 810, but the schema is the same as EA 6.5, so that would not have made a difference.]
No, you can't have it!

JanK

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Q: Where to find notes in database of StateFlo
« Reply #2 on: June 10, 2007, 11:41:16 pm »
thank you very much. the problem is the database client i have been using. it does not show the content of clobs.
best regards
jan